mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-14 20:35:09 +00:00
fix: checkbox can't be mandatory (#47793)
fix: checkboxes can't be mandatory
This commit is contained in:
@@ -25,8 +25,7 @@
|
||||
"default": "0",
|
||||
"fieldname": "is_custom",
|
||||
"fieldtype": "Check",
|
||||
"label": "Custom?",
|
||||
"reqd": 1
|
||||
"label": "Custom?"
|
||||
},
|
||||
{
|
||||
"fieldname": "param_name",
|
||||
|
||||
Reference in New Issue
Block a user