feat: Item Wise TDS Calculation

This commit is contained in:
niralisatapara 2022-10-19 15:34:41 +05:30 committed by GitHub
parent 21d09c5bf2
commit 4a35a224e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,4 +19,5 @@ def execute():
UPDATE `tabPurchase Invoice`
SET tax_withholding_net_total = net_total,
base_tax_withholding_net_total = base_net_total
WHERE apply_tds = 1 and docstatus = 1""")
WHERE apply_tds = 1 and docstatus = 1""")