From 80ff296e970bdff00b1ee6107a04119554b840a7 Mon Sep 17 00:00:00 2001 From: Zarrar Date: Sun, 17 Jun 2018 11:21:10 +0530 Subject: [PATCH] data not filled in acc. receivable report for some field fix (#14546) --- .../accounts/report/accounts_receivable/accounts_receivable.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/accounts/report/accounts_receivable/accounts_receivable.py b/erpnext/accounts/report/accounts_receivable/accounts_receivable.py index 16768b93fcc..ef70110cc44 100644 --- a/erpnext/accounts/report/accounts_receivable/accounts_receivable.py +++ b/erpnext/accounts/report/accounts_receivable/accounts_receivable.py @@ -60,6 +60,7 @@ class ReceivablePayableReport(object): 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