// fix Update the call of JavaScript and CSS files in the class of HelperForm and controller templates (PSFV-94)
This commit is contained in:
@@ -393,6 +393,8 @@ class AdminImportController extends AdminController
|
||||
)
|
||||
);
|
||||
|
||||
$this->addJS(_PS_JS_DIR_.'adminImport.js');
|
||||
|
||||
$glue = Tools::getValue('separator', ';');
|
||||
$handle = $this->openCsvFile();
|
||||
$nb_column = $this->getNbrColumn($handle, $glue);
|
||||
|
||||
Reference in New Issue
Block a user