mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
Update accounts_receivable.js
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user