Merge pull request #16955 from rohitwaghchaure/sales_person_showing_wrong_on_ars

fix: Accounts receivable report, remarks showing in the sales person column
This commit is contained in:
rohitwaghchaure 2019-03-19 18:17:15 +05:30 committed by GitHub
commit e521f51e5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -206,7 +206,7 @@ class AccountsReceivableSummary(ReceivablePayableReport):
cols += ["invoiced_amt", "paid_amt", "credit_amt",
"outstanding_amt", "age", "range1", "range2", "range3", "range4", "currency", "pdc/lc_date", "pdc/lc_ref",
"pdc/lc_amount", "remaining_balance"]
"pdc/lc_amount"]
if args.get("party_type") == "Supplier":
cols += ["supplier_group", "remarks"]