Merge pull request #36776 from frappe/mergify/bp/version-14-hotfix/pr-36758

fix: Accounts Payable Currency bug (#36758)
This commit is contained in:
Deepesh Garg
2023-08-22 22:37:39 +05:30
committed by GitHub

View File

@@ -214,8 +214,8 @@ class ReceivablePayableReport(object):
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