mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 09:17:15 +00:00
data not filled in acc. receivable report for some field fix (#14546)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user