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} ]