Merge 'upstream/master' into v4.x.x (account receivable hotfix)

This commit is contained in:
Pratik Vyas 2015-04-20 10:41:31 +05:30
commit b78ab03b2b

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: