fix(ar-summary): Changes to column list to match recent changes
This commit is contained in:
parent
f74e28bc64
commit
a40c43e414
@ -190,7 +190,7 @@ class AccountsReceivableSummary(ReceivablePayableReport):
|
|||||||
def get_voucherwise_data(self, party_naming_by, args):
|
def get_voucherwise_data(self, party_naming_by, args):
|
||||||
voucherwise_data = ReceivablePayableReport(self.filters).run(args)[1]
|
voucherwise_data = ReceivablePayableReport(self.filters).run(args)[1]
|
||||||
|
|
||||||
cols = ["posting_date", "party", "customer-contact"]
|
cols = ["posting_date", "party"]
|
||||||
|
|
||||||
if party_naming_by == "Naming Series":
|
if party_naming_by == "Naming Series":
|
||||||
cols += ["party_name"]
|
cols += ["party_name"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user