Update accounts_receivable.py

This commit is contained in:
Rushabh Mehta 2015-04-18 12:13:57 +05:30
parent e19578bac1
commit 92b253dceb

View File

@ -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: