Skip to content

Commit

Permalink
Merge pull request #44940 from aerele/bank_reconciliation_multi_currency
Browse files Browse the repository at this point in the history
fix(Bank Reconciliation Tool): fetch amount in company  currency
  • Loading branch information
ruthra-kumar authored Dec 31, 2024
2 parents e58d735 + a984aaa commit fa3c882
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fa3c882

Please sign in to comment.