From 145d26403f6dbc09f9402ef752fb63ab0ef0d02e Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Thu, 13 Jun 2024 15:42:18 +0530 Subject: [PATCH] fix: removed unique from doctype field --- crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json | 5 ++--- 1 file changed, 2 insertions(+), 3 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 c780557a..00012770 100644 --- a/crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json +++ b/crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.json @@ -19,8 +19,7 @@ "in_list_view": 1, "in_standard_filter": 1, "label": "Document Type", - "options": "DocType", - "unique": 1 + "options": "DocType" }, { "fieldname": "type", @@ -47,7 +46,7 @@ ], "index_web_pages_for_search": 1, "links": [], - "modified": "2024-06-07 17:01:20.250697", + "modified": "2024-06-13 15:10:01.612851", "modified_by": "Administrator", "module": "FCRM", "name": "CRM Fields Layout",