Skip to content

Commit

Permalink
fix: paid amount in bank reconciliation tool
Browse files Browse the repository at this point in the history
(cherry picked from commit a48966f)
  • Loading branch information
deepeshgarg007 authored and mergify[bot] committed Apr 30, 2024
1 parent 3657bad commit 759c7f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 759c7f5

Please sign in to comment.