From 874b6d3ab9ec81d096b507508001a3800346bebb Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Thu, 31 Mar 2022 12:06:10 +0530 Subject: [PATCH] fix: made is_system_generated hidden in customize form field doctype --- .../doctype/customize_form_field/customize_form_field.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frappe/custom/doctype/customize_form_field/customize_form_field.json b/frappe/custom/doctype/customize_form_field/customize_form_field.json index 07ecdd55fa..cc446e321e 100644 --- a/frappe/custom/doctype/customize_form_field/customize_form_field.json +++ b/frappe/custom/doctype/customize_form_field/customize_form_field.json @@ -450,6 +450,7 @@ "default": "0", "fieldname": "is_system_generated", "fieldtype": "Check", + "hidden": 1, "label": "Is System Generated", "read_only": 1 } @@ -458,7 +459,7 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2022-03-31 11:27:05.269293", + "modified": "2022-03-31 12:05:11.799654", "modified_by": "Administrator", "module": "Custom", "name": "Customize Form Field",