Update accounts_receivable.py
This commit is contained in:
parent
e19578bac1
commit
92b253dceb
@ -143,7 +143,7 @@ class AccountsReceivableReport(object):
|
|||||||
|
|
||||||
if self.filters.account:
|
if self.filters.account:
|
||||||
conditions.append("account=%s")
|
conditions.append("account=%s")
|
||||||
values.apppend(self.filters.account)
|
values.append(self.filters.account)
|
||||||
else:
|
else:
|
||||||
account_map = self.get_account_map()
|
account_map = self.get_account_map()
|
||||||
if not account_map:
|
if not account_map:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user