From cbb8dcd26b57b16ff6ac139a5ab1c26973fe3d67 Mon Sep 17 00:00:00 2001 From: Yurii Date: Fri, 19 Jun 2026 22:27:42 +0300 Subject: [PATCH] Account layout change --- .../Espo/Modules/Crm/Resources/layouts/Account/list.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/application/Espo/Modules/Crm/Resources/layouts/Account/list.json b/application/Espo/Modules/Crm/Resources/layouts/Account/list.json index d626a8f6e6..4ef29f0c3b 100644 --- a/application/Espo/Modules/Crm/Resources/layouts/Account/list.json +++ b/application/Espo/Modules/Crm/Resources/layouts/Account/list.json @@ -1,6 +1,12 @@ [ {"name" :"name", "link": true}, {"name": "website", "notSortable": true, "width": 25}, + { + "name": "emailAddress", + "notSortable": true, + "width": 20, + "hidden": true + }, {"name": "type", "width": 16}, {"name": "billingAddressCountry", "width": 18} ]