mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
Fix: total invoiced amount in Accounts Receivable Summary report showing blank
This commit is contained in:
@@ -185,6 +185,9 @@ class AccountsReceivableSummary(ReceivablePayableReport):
|
|||||||
if party_naming_by == "Naming Series":
|
if party_naming_by == "Naming Series":
|
||||||
cols += ["party_name"]
|
cols += ["party_name"]
|
||||||
|
|
||||||
|
if args.get("party_type") == 'Customer':
|
||||||
|
cols += ["contact"]
|
||||||
|
|
||||||
cols += ["voucher_type", "voucher_no", "due_date"]
|
cols += ["voucher_type", "voucher_no", "due_date"]
|
||||||
|
|
||||||
if args.get("party_type") == "Supplier":
|
if args.get("party_type") == "Supplier":
|
||||||
|
|||||||
Reference in New Issue
Block a user