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", "");
 			}