From 4b166207bf17e04e67f9146e4f234788264aedc4 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 28 Mar 2014 11:52:48 +0200 Subject: [PATCH] change call layout --- .../Modules/Crm/Resources/layouts/Call/detail.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/application/Espo/Modules/Crm/Resources/layouts/Call/detail.json b/application/Espo/Modules/Crm/Resources/layouts/Call/detail.json index 44129546eb..0d2a22046e 100644 --- a/application/Espo/Modules/Crm/Resources/layouts/Call/detail.json +++ b/application/Espo/Modules/Crm/Resources/layouts/Call/detail.json @@ -1 +1,13 @@ -[{"label":"Overview","rows":[[{"name":"name"},{"name":"parent"}],[{"name":"dateStart"},{"name":"status"}],[{"name":"duration"},{"name":"direction"}],[{"name":"description"},false]]}] \ No newline at end of file +[ + { + "label":"Overview", + "rows": [ + [ + {"name":"name"},{"name":"parent"}], + [{"name":"status"}, {"name":"direction"}], + [{"name":"dateStart"}], + [{"name":"duration"}], + [{"name":"description"},false] + ] + } +]