commit | 9349bc77c58aedf36e80739412f5786b40c97c19 | [log] [tgz] |
---|---|---|
author | RitvikSardana <ritvik.sardana11@gmail.com> | Tue Aug 22 14:12:42 2023 +0530 |
committer | RitvikSardana <ritvik.sardana11@gmail.com> | Tue Aug 22 14:12:42 2023 +0530 |
tree | f0ce8279e91a81287fc31c6258ed572efb35449c | |
parent | 8f04945cef6e39db2ee41a63e1006ca180aba963 [diff] |
fix: Accounts Payable Currency bug
diff --git a/erpnext/accounts/report/accounts_receivable/accounts_receivable.py b/erpnext/accounts/report/accounts_receivable/accounts_receivable.py index a7b35a5..751063a 100755 --- a/erpnext/accounts/report/accounts_receivable/accounts_receivable.py +++ b/erpnext/accounts/report/accounts_receivable/accounts_receivable.py
@@ -214,8 +214,8 @@ for party_type in self.party_type: if self.filters.get(scrub(party_type)): amount = ple.amount_in_account_currency - else: - amount = ple.amount + else: + amount = ple.amount amount_in_account_currency = ple.amount_in_account_currency # update voucher