mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 01:34:10 +00:00
Update accounts_receivable.py
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user