Skip to content

Commit

Permalink
Merge pull request #35730 from deepeshgarg007/tax_ithholding_v13
Browse files Browse the repository at this point in the history
fix: Incorrect field while calculating Tax withholding net total
  • Loading branch information
deepeshgarg007 committed Jun 16, 2023
2 parents 0e11317 + b95d459 commit 1685305
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ def get_tds_amount_from_ldc(ldc, parties, pan_no, tax_details, posting_date, net
"docstatus": 1,
"posting_date": ("between", (ldc.valid_from, ldc.valid_upto)),
},
"sum(tax_withholding_net_total)",
"sum(base_net_total)",
)

if is_valid_certificate(
Expand Down

0 comments on commit 1685305

Please sign in to comment.