diff --git a/application/Espo/Resources/layouts/Email/detailSmallRestricted.json b/application/Espo/Resources/layouts/Email/detailSmallRestricted.json index 9389de33a6..0138931243 100644 --- a/application/Espo/Resources/layouts/Email/detailSmallRestricted.json +++ b/application/Espo/Resources/layouts/Email/detailSmallRestricted.json @@ -2,8 +2,8 @@ { "label":"", "rows":[ - [{"name":"dateSent", "readOnly": true}, {"name":"to", "readOnly": true}], - [{"name":"parent"}, {"name":"from", "readOnly": true}], + [{"name":"dateSent", "readOnly": true}, {"name":"from", "readOnly": true}], + [{"name":"parent"}, {"name":"to", "readOnly": true}], [false, {"name":"cc", "readOnly": true}], [{"name":"name", "readOnly": true, "fullWidth": true}], [{"name":"body", "readOnly": true, "fullWidth": true}],