From 8c410c617c45292e1783ee9f90359d1c245d5e16 Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Tue, 25 Jul 2023 14:47:46 +0530 Subject: [PATCH] chore: Add default value --- .../report/tax_withholding_details/tax_withholding_details.js | 1 + 1 file changed, 1 insertion(+) 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 e330d2f7fe80..b66a55552287 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 @@ frappe.query_reports["Tax Withholding Details"] = { "fieldtype": "Select", "options": ["Supplier", "Customer"], "reqd": 1, + "default": "Supplier", "on_change": function(){ frappe.query_report.set_filter_value("party", ""); }