diff --git a/client/modules/crm/src/views/account/detail.js b/client/modules/crm/src/views/account/detail.js index e96d5b07b8..7cedee372b 100644 --- a/client/modules/crm/src/views/account/detail.js +++ b/client/modules/crm/src/views/account/detail.js @@ -24,12 +24,12 @@ * * In accordance with Section 7(b) of the GNU General Public License version 3, * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. - ************************************************************************/ + ************************************************************************/ -Espo.define('Crm:Views.Account.Detail', 'Views.Detail', function (Dep) { +Espo.define('crm:views/account/detail', 'views/detail', function (Dep) { return Dep.extend({ - + relatedAttributeMap: { 'contacts': { 'billingAddressCity': 'addressCity', @@ -39,9 +39,8 @@ Espo.define('Crm:Views.Account.Detail', 'Views.Detail', function (Dep) { 'billingAddressCountry': 'addressCountry', 'id': 'accountId', 'name': 'accountName' - }, - }, - + } + } }); });