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