// small fix in CSV import controller

This commit is contained in:
lLefevre
2012-05-23 16:13:27 +00:00
parent 0d6dd2f8c9
commit f445fe7fe7
2 changed files with 5 additions and 2 deletions

View File

@@ -464,6 +464,7 @@ class AdminImportControllerCore extends AdminController
'languages' => Language::getLanguages(false),
'id_language' => $this->context->language->id,
'available_fields' => $this->getAvailableFields(),
'PS_ADVANCED_STOCK_MANAGEMENT' => Configuration::get('PS_ADVANCED_STOCK_MANAGEMENT'),
);
return parent::renderForm();