fix: fetch amount in company currency

(cherry picked from commit a984aaae36)
This commit is contained in:
DHINESH00
2024-12-27 16:07:18 +05:30
committed by Mergify
parent 6f7138996a
commit b135a684a5

View File

@@ -723,7 +723,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,