From bd86eb08fa243af191fc4f4e6bae696f439b4607 Mon Sep 17 00:00:00 2001 From: yuri Date: Tue, 23 Feb 2016 15:10:47 +0200 Subject: [PATCH] fix account list layout --- .../Espo/Modules/Crm/Resources/layouts/Account/list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Modules/Crm/Resources/layouts/Account/list.json b/application/Espo/Modules/Crm/Resources/layouts/Account/list.json index 7b78b3eadf..718e00082d 100644 --- a/application/Espo/Modules/Crm/Resources/layouts/Account/list.json +++ b/application/Espo/Modules/Crm/Resources/layouts/Account/list.json @@ -1,6 +1,6 @@ [ {"name":"name","link":true}, {"name":"website", "notSortable": true, "width": 25}, - {"name":"type", "notSortable": true, "width": 16}, + {"name":"type", "width": 16}, {"name":"billingAddressCountry", "width": 18} ]