data not filled in acc. receivable report for some field fix (#14546)

This commit is contained in:
Zarrar 2018-06-17 11:21:10 +05:30 committed by Nabin Hait
parent 83a2612a18
commit 80ff296e97

View File

@ -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