From 4a35a224e2885b518d1c7f6700878ea98ac7f4bf Mon Sep 17 00:00:00 2001 From: niralisatapara <88583909+niralisatapara@users.noreply.github.com> Date: Wed, 19 Oct 2022 15:34:41 +0530 Subject: [PATCH] feat: Item Wise TDS Calculation --- erpnext/patches/v14_0/update_tds_fields.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/erpnext/patches/v14_0/update_tds_fields.py b/erpnext/patches/v14_0/update_tds_fields.py index 8ecb91bd7f..a8358c3a5d 100644 --- a/erpnext/patches/v14_0/update_tds_fields.py +++ b/erpnext/patches/v14_0/update_tds_fields.py @@ -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""") \ No newline at end of file + WHERE apply_tds = 1 and docstatus = 1""") +