mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 13:49:13 +00:00
chore: Add default value
This commit is contained in:
@@ -17,6 +17,7 @@ frappe.query_reports["Tax Withholding Details"] = {
|
|||||||
"fieldtype": "Select",
|
"fieldtype": "Select",
|
||||||
"options": ["Supplier", "Customer"],
|
"options": ["Supplier", "Customer"],
|
||||||
"reqd": 1,
|
"reqd": 1,
|
||||||
|
"default": "Supplier",
|
||||||
"on_change": function(){
|
"on_change": function(){
|
||||||
frappe.query_report.set_filter_value("party", "");
|
frappe.query_report.set_filter_value("party", "");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user