fix naming

This commit is contained in:
yuri
2016-04-07 10:41:36 +03:00
parent ce0efed7b8
commit c8d2f08c13
@@ -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'
},
},
}
}
});
});