fix: paid amount in bank reconciliation tool

(cherry picked from commit a48966f08c)
This commit is contained in:
Deepesh Garg
2024-04-24 21:49:07 +05:30
committed by Mergify
parent 3657badb31
commit 759c7f5490

View File

@@ -719,7 +719,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,
pe.paid_amount_after_tax.as_("paid_amount"),
pe.reference_no,
pe.reference_date,
pe.party,