Update accounts_receivable.js

This commit is contained in:
rohitwaghchaure
2019-11-06 16:34:17 +05:30
committed by GitHub
parent dec5bead9c
commit 6a50c92087

View File

@@ -90,7 +90,6 @@ frappe.query_reports["Accounts Receivable"] = {
frappe.db.get_value('Customer Credit Limit', {'parent': customer, 'company': company},
["credit_limit"], function(value) {
if (value) {
debugger
frappe.query_report.set_filter_value('credit_limit', value["credit_limit"]);
}
}, "Customer");