mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
feat: Item Wise TDS Calculation
This commit is contained in:
@@ -19,4 +19,5 @@ def execute():
|
|||||||
UPDATE `tabPurchase Invoice`
|
UPDATE `tabPurchase Invoice`
|
||||||
SET tax_withholding_net_total = net_total,
|
SET tax_withholding_net_total = net_total,
|
||||||
base_tax_withholding_net_total = base_net_total
|
base_tax_withholding_net_total = base_net_total
|
||||||
WHERE apply_tds = 1 and docstatus = 1""")
|
WHERE apply_tds = 1 and docstatus = 1""")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user