commit | 776a83066db63e84cc6e7dac804c581343f81ccd | [log] [tgz] |
---|---|---|
author | ruthra kumar <ruthra@erpnext.com> | Tue May 16 15:54:46 2023 +0530 |
committer | GitHub <noreply@github.com> | Tue May 16 15:54:46 2023 +0530 |
tree | ecdf10586a59c7591ff9cda1d20ad5859a819a67 | |
parent | 5574d9a72d8e4d372e01035ab44a1254538feb50 [diff] |
fix: cancelled vouchers in tax withheld vouchers list (#35309)
diff --git a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js index 5c9168b..ab7884d 100644 --- a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +++ b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js
@@ -303,7 +303,7 @@ apply_tds(frm) { var me = this; - + me.frm.set_value("tax_withheld_vouchers", []); if (!me.frm.doc.apply_tds) { me.frm.set_value("tax_withholding_category", ''); me.frm.set_df_property("tax_withholding_category", "hidden", 1);