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""") +