Update accounts_receivable.js
This commit is contained in:
parent
dec5bead9c
commit
6a50c92087
@ -90,7 +90,6 @@ frappe.query_reports["Accounts Receivable"] = {
|
|||||||
frappe.db.get_value('Customer Credit Limit', {'parent': customer, 'company': company},
|
frappe.db.get_value('Customer Credit Limit', {'parent': customer, 'company': company},
|
||||||
["credit_limit"], function(value) {
|
["credit_limit"], function(value) {
|
||||||
if (value) {
|
if (value) {
|
||||||
debugger
|
|
||||||
frappe.query_report.set_filter_value('credit_limit', value["credit_limit"]);
|
frappe.query_report.set_filter_value('credit_limit', value["credit_limit"]);
|
||||||
}
|
}
|
||||||
}, "Customer");
|
}, "Customer");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user