commit | 6a50c920878b503370116ec7aff9e0401038d082 | [log] [tgz] |
---|---|---|
author | rohitwaghchaure <rohitw1991@gmail.com> | Wed Nov 06 16:34:17 2019 +0530 |
committer | GitHub <noreply@github.com> | Wed Nov 06 16:34:17 2019 +0530 |
tree | ebeab20851f85965d0ece0e5ae936528e587deec | |
parent | dec5bead9c4c553e627a1f8087267b02d39b5c28 [diff] |
Update accounts_receivable.js
diff --git a/erpnext/accounts/report/accounts_receivable/accounts_receivable.js b/erpnext/accounts/report/accounts_receivable/accounts_receivable.js index 11e13b5..9b4dda2 100644 --- a/erpnext/accounts/report/accounts_receivable/accounts_receivable.js +++ b/erpnext/accounts/report/accounts_receivable/accounts_receivable.js
@@ -90,7 +90,6 @@ 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");