[-] BO : fix #PSCFV-4216
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17631 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -298,6 +298,7 @@ class AdminImportControllerCore extends AdminController
|
||||
'address1',
|
||||
'postcode',
|
||||
'country',
|
||||
'customer_email',
|
||||
'city'
|
||||
);
|
||||
|
||||
@@ -2055,7 +2056,7 @@ class AdminImportControllerCore extends AdminController
|
||||
$info['alias'],
|
||||
(isset($info['id']) ? $info['id'] : 'null')
|
||||
);
|
||||
$this->errors[] = ($field_error !== true ? $field_error : '').($lang_field_error !== true ? $lang_field_error : '').
|
||||
$this->errors[] = ($field_error !== true ? $field_error : '').(isset($lang_field_error) && $lang_field_error !== true ? $lang_field_error : '').
|
||||
Db::getInstance()->getMsgError();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user