diff --git a/application/Espo/Core/Templates/Layouts/Person/detail.json b/application/Espo/Core/Templates/Layouts/Person/detail.json index 4eea4e9571..46ea616946 100644 --- a/application/Espo/Core/Templates/Layouts/Person/detail.json +++ b/application/Espo/Core/Templates/Layouts/Person/detail.json @@ -12,6 +12,14 @@ { "name": "emailAddress" }, + { + "name": "phoneNumber" + } + ], + [ + { + "name": "address" + }, false ], [ diff --git a/application/Espo/Core/Templates/Layouts/Person/detailSmall.json b/application/Espo/Core/Templates/Layouts/Person/detailSmall.json index 1168e0c159..43c4e691bb 100644 --- a/application/Espo/Core/Templates/Layouts/Person/detailSmall.json +++ b/application/Espo/Core/Templates/Layouts/Person/detailSmall.json @@ -14,6 +14,12 @@ "fullWidth": true } ], + [ + { + "name": "phoneNumber", + "fullWidth": true + } + ], [ { "name": "description",