From 76725370a9fc46c8c5a48fb6d5ecdc59512c13a1 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Fri, 5 Jan 2024 12:26:49 +0530 Subject: [PATCH] fix: allow import for territory doctype --- crm/fcrm/doctype/crm_territory/crm_territory.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crm/fcrm/doctype/crm_territory/crm_territory.json b/crm/fcrm/doctype/crm_territory/crm_territory.json index bf7449bf..09d96e75 100644 --- a/crm/fcrm/doctype/crm_territory/crm_territory.json +++ b/crm/fcrm/doctype/crm_territory/crm_territory.json @@ -1,5 +1,6 @@ { "actions": [], + "allow_import": 1, "allow_rename": 1, "autoname": "field:territory_name", "creation": "2024-01-04 18:52:58.872535", @@ -89,7 +90,7 @@ "index_web_pages_for_search": 1, "is_tree": 1, "links": [], - "modified": "2024-01-04 19:16:36.234887", + "modified": "2024-01-05 12:26:25.485080", "modified_by": "Administrator", "module": "FCRM", "name": "CRM Territory",