modifié:         core/lib/Thelia/Controller/Admin/ImportController.php
	modifié:         core/lib/Thelia/Form/CustomerUpdateForm.php
	modifié:         core/lib/Thelia/Model/Export.php
This commit is contained in:
Benjamin Perche
2014-08-06 09:08:48 +02:00
parent 74ec51b06e
commit eae1acba81
3 changed files with 1 additions and 3 deletions

View File

@@ -443,7 +443,6 @@ class ImportController extends BaseAdminController
$event = new UpdatePositionEvent($id, $this->getMode($mode), $value);
$this->dispatch(TheliaEvents::IMPORT_CHANGE_POSITION, $event);
return $this->render('import');
}