From 2b4285374f4b3cda6a5e153431bb74ece5012f68 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Wed, 28 May 2025 19:16:58 +0530 Subject: [PATCH] fix: checkbox can't be mandatory (#47793) fix: checkboxes can't be mandatory --- .../supplier_scorecard_variable.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/erpnext/buying/doctype/supplier_scorecard_variable/supplier_scorecard_variable.json b/erpnext/buying/doctype/supplier_scorecard_variable/supplier_scorecard_variable.json index 70789743ee6..ce0516a4628 100644 --- a/erpnext/buying/doctype/supplier_scorecard_variable/supplier_scorecard_variable.json +++ b/erpnext/buying/doctype/supplier_scorecard_variable/supplier_scorecard_variable.json @@ -25,8 +25,7 @@ "default": "0", "fieldname": "is_custom", "fieldtype": "Check", - "label": "Custom?", - "reqd": 1 + "label": "Custom?" }, { "fieldname": "param_name",