mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-26 22:52:10 +01:00
fix: Accounts Payable Currency bug
(cherry picked from commit 9349bc77c5)
This commit is contained in:
@@ -214,8 +214,8 @@ class ReceivablePayableReport(object):
|
|||||||
for party_type in self.party_type:
|
for party_type in self.party_type:
|
||||||
if self.filters.get(scrub(party_type)):
|
if self.filters.get(scrub(party_type)):
|
||||||
amount = ple.amount_in_account_currency
|
amount = ple.amount_in_account_currency
|
||||||
else:
|
else:
|
||||||
amount = ple.amount
|
amount = ple.amount
|
||||||
amount_in_account_currency = ple.amount_in_account_currency
|
amount_in_account_currency = ple.amount_in_account_currency
|
||||||
|
|
||||||
# update voucher
|
# update voucher
|
||||||
|
|||||||
Reference in New Issue
Block a user