mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-21 02:16:28 +00:00
[minor][fix] fix base_grand_total
This commit is contained in:
@@ -98,7 +98,7 @@ class PaymentRequest(Document):
|
||||
|
||||
bank_amount = self.grand_total
|
||||
if party_account_currency == ref_doc.company_currency and party_account_currency != self.currency:
|
||||
party_amount = self.base_grand_total
|
||||
party_amount = ref_doc.base_grand_total
|
||||
else:
|
||||
party_amount = self.grand_total
|
||||
|
||||
|
||||
Reference in New Issue
Block a user