From 849739c80a5719956efe6f3d88bd81dddf44cded Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Sat, 6 Jan 2024 18:19:58 +0530 Subject: [PATCH] chore: hide log tab in deal --- crm/fcrm/doctype/crm_deal/crm_deal.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/crm/fcrm/doctype/crm_deal/crm_deal.json b/crm/fcrm/doctype/crm_deal/crm_deal.json index 96c5f22f..f544387d 100644 --- a/crm/fcrm/doctype/crm_deal/crm_deal.json +++ b/crm/fcrm/doctype/crm_deal/crm_deal.json @@ -257,7 +257,8 @@ { "fieldname": "log_tab", "fieldtype": "Tab Break", - "label": "Log" + "label": "Log", + "read_only": 1 }, { "fieldname": "status_change_log", @@ -268,7 +269,7 @@ ], "index_web_pages_for_search": 1, "links": [], - "modified": "2024-01-06 14:05:52.669699", + "modified": "2024-01-06 17:19:49.009903", "modified_by": "Administrator", "module": "FCRM", "name": "CRM Deal",