fix: Show AR summary based on outstanding (#19573)

This commit is contained in:
Nabin Hait 2019-11-13 18:49:23 +05:30 committed by GitHub
parent d064505ebe
commit 732d6afad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,9 @@ class AccountsReceivableSummary(ReceivablePayableReport):
self.filters.report_date) or {}
for party, party_dict in iteritems(self.party_total):
if party_dict.outstanding <= 0:
continue
row = frappe._dict()
row.party = party