enhanced plugin support (#634)
- refactored admin controller and templates - plugin support for entity actions - changed column mail to email in customer table - refactored theme events
This commit is contained in:
@@ -69,7 +69,7 @@ class CustomerControllerTest extends APIControllerBaseTest
|
||||
if ($full) {
|
||||
$expectedKeys = [
|
||||
'id', 'name', 'number', 'comment', 'visible', 'company', 'contact', 'address', 'country', 'currency',
|
||||
'phone', 'fax', 'mobile', 'mail', 'timezone'
|
||||
'phone', 'fax', 'mobile', 'email', 'timezone'
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user