Merge pull request #16491 from adityahase/ar-fix

fix(ar-summary): Changes to column list to match recent changes
This commit is contained in:
Nabin Hait 2019-01-29 11:28:02 +05:30 committed by GitHub
commit 3b8623e207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,7 +190,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", "customer-contact"]
cols = ["posting_date", "party"]
if party_naming_by == "Naming Series":
cols += ["party_name"]