Merge pull request #44940 from aerele/bank_reconciliation_multi_currency

fix(Bank Reconciliation Tool): fetch amount in company  currency
This commit is contained in:
ruthra kumar
2024-12-31 15:57:27 +05:30
committed by GitHub

View File

@@ -726,7 +726,7 @@ def get_pe_matching_query(
(ref_rank + amount_rank + party_rank + 1).as_("rank"),
ConstantColumn("Payment Entry").as_("doctype"),
pe.name,
pe.paid_amount_after_tax.as_("paid_amount"),
pe.base_paid_amount_after_tax.as_("paid_amount"),
pe.reference_no,
pe.reference_date,
pe.party,