mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +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",
|
"default": "0",
|
||||||
"fieldname": "is_custom",
|
"fieldname": "is_custom",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"label": "Custom?",
|
"label": "Custom?"
|
||||||
"reqd": 1
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "param_name",
|
"fieldname": "param_name",
|
||||||
|
|||||||
Reference in New Issue
Block a user