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