commit | 80ff296e970bdff00b1ee6107a04119554b840a7 | [log] [tgz] |
---|---|---|
author | Zarrar <zarrar65@gmail.com> | Sun Jun 17 11:21:10 2018 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Sun Jun 17 11:21:10 2018 +0530 |
tree | ddae9c9ae3c37d7a7a49c2e7e76f5cd4fc9fbcf9 | |
parent | 83a2612a188ac047258020b03e8e515522e290c0 [diff] |
data not filled in acc. receivable report for some field fix (#14546)
diff --git a/erpnext/accounts/report/accounts_receivable/accounts_receivable.py b/erpnext/accounts/report/accounts_receivable/accounts_receivable.py index 16768b9..ef70110 100644 --- a/erpnext/accounts/report/accounts_receivable/accounts_receivable.py +++ b/erpnext/accounts/report/accounts_receivable/accounts_receivable.py
@@ -60,6 +60,7 @@ for label in ("Invoiced Amount", "Paid Amount", credit_or_debit_note, "Outstanding Amount"): columns.append({ "label": label, + "fieldname": frappe.scrub(label), "fieldtype": "Currency", "options": "currency", "width": 120