chore: Add default value
This commit is contained in:
parent
e1d6bf364e
commit
8c410c617c
@ -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", "");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user