fix: Unable to see parties with negative balance in AR/AP Summary (#19776)
This commit is contained in:
parent
c68a940aac
commit
03d1394540
@ -36,7 +36,7 @@ class AccountsReceivableSummary(ReceivablePayableReport):
|
||||
self.filters.report_date) or {}
|
||||
|
||||
for party, party_dict in iteritems(self.party_total):
|
||||
if party_dict.outstanding <= 0:
|
||||
if party_dict.outstanding == 0:
|
||||
continue
|
||||
|
||||
row = frappe._dict()
|
||||
|
Loading…
x
Reference in New Issue
Block a user