Fix: total invoiced amount in Accounts Receivable Summary report showing blank
This commit is contained in:
parent
b2d08a498b
commit
1a4c1e11cb
@ -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":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user