From 19bf3a0122530843fad3f039de7065aee5f71902 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Fri, 21 Feb 2025 14:44:54 +0530 Subject: [PATCH] fix: added Required Fields option in type --- crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json b/crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json index 43019c5c..c61189e2 100644 --- a/crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +++ b/crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json @@ -27,7 +27,7 @@ "in_list_view": 1, "in_standard_filter": 1, "label": "Type", - "options": "Quick Entry\nSide Panel\nData Fields\nGrid Row" + "options": "Quick Entry\nSide Panel\nData Fields\nGrid Row\nRequired Fields" }, { "fieldname": "section_break_ttpm", @@ -46,7 +46,7 @@ ], "index_web_pages_for_search": 1, "links": [], - "modified": "2025-01-02 22:12:51.663011", + "modified": "2025-02-21 13:09:49.573515", "modified_by": "Administrator", "module": "FCRM", "name": "CRM Fields Layout",