chore: Add default value

This commit is contained in:
Deepesh Garg 2023-07-25 14:47:46 +05:30
parent e1d6bf364e
commit 8c410c617c

View File

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