Fix cs
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:
@@ -443,7 +443,6 @@ class ImportController extends BaseAdminController
|
|||||||
$event = new UpdatePositionEvent($id, $this->getMode($mode), $value);
|
$event = new UpdatePositionEvent($id, $this->getMode($mode), $value);
|
||||||
$this->dispatch(TheliaEvents::IMPORT_CHANGE_POSITION, $event);
|
$this->dispatch(TheliaEvents::IMPORT_CHANGE_POSITION, $event);
|
||||||
|
|
||||||
|
|
||||||
return $this->render('import');
|
return $this->render('import');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -92,7 +92,6 @@ class Export extends BaseExport
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public function addCriteriaToPositionQuery($query)
|
public function addCriteriaToPositionQuery($query)
|
||||||
{
|
{
|
||||||
$query->filterByExportCategoryId($this->getExportCategoryId());
|
$query->filterByExportCategoryId($this->getExportCategoryId());
|
||||||
|
|||||||
Reference in New Issue
Block a user