fix(ar-summary-report): Changes to column list to match recent changes in AR report

This commit is contained in:
Aditya Hase 2019-01-22 13:26:13 +05:30
parent f0ea152022
commit d157ae17b7

View File

@ -180,7 +180,7 @@ class AccountsReceivableSummary(ReceivablePayableReport):
def get_voucherwise_data(self, party_naming_by, args):
voucherwise_data = ReceivablePayableReport(self.filters).run(args)[1]
cols = ["posting_date", "party"]
cols = ["posting_date", "party", "customer-contact"]
if party_naming_by == "Naming Series":
cols += ["party_name"]