feat: Item Wise TDS Calculation
diff --git a/erpnext/patches/v14_0/update_tds_fields.py b/erpnext/patches/v14_0/update_tds_fields.py
index 8ecb91b..a8358c3 100644
--- a/erpnext/patches/v14_0/update_tds_fields.py
+++ b/erpnext/patches/v14_0/update_tds_fields.py
@@ -19,4 +19,5 @@
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""")
+