commit | 8c410c617c45292e1783ee9f90359d1c245d5e16 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Tue Jul 25 14:47:46 2023 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Tue Jul 25 14:47:46 2023 +0530 |
tree | 5822e78aea6663d4b39d0d5fae2cf6e5cf6f64cf | |
parent | e1d6bf364e704394c5f32665b7607afa00714a0d [diff] |
chore: Add default value
diff --git a/erpnext/accounts/report/tax_withholding_details/tax_withholding_details.js b/erpnext/accounts/report/tax_withholding_details/tax_withholding_details.js index e330d2f..b66a555 100644 --- a/erpnext/accounts/report/tax_withholding_details/tax_withholding_details.js +++ b/erpnext/accounts/report/tax_withholding_details/tax_withholding_details.js
@@ -17,6 +17,7 @@ "fieldtype": "Select", "options": ["Supplier", "Customer"], "reqd": 1, + "default": "Supplier", "on_change": function(){ frappe.query_report.set_filter_value("party", ""); }