fix naming
This commit is contained in:
@@ -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'
|
||||
},
|
||||
},
|
||||
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user