mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
Merge pull request #35731 from frappe/mergify/bp/version-13/pr-35730
fix: Incorrect field while calculating Tax withholding net total (#35730)
This commit is contained in:
@@ -526,7 +526,7 @@ def get_tds_amount_from_ldc(ldc, parties, pan_no, tax_details, posting_date, net
|
|||||||
"docstatus": 1,
|
"docstatus": 1,
|
||||||
"posting_date": ("between", (ldc.valid_from, ldc.valid_upto)),
|
"posting_date": ("between", (ldc.valid_from, ldc.valid_upto)),
|
||||||
},
|
},
|
||||||
"sum(tax_withholding_net_total)",
|
"sum(base_net_total)",
|
||||||
)
|
)
|
||||||
|
|
||||||
if is_valid_certificate(
|
if is_valid_certificate(
|
||||||
|
|||||||
Reference in New Issue
Block a user