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');
}

View File

@@ -169,7 +169,7 @@ class CustomerUpdateForm extends BaseForm
'label_attr' => array(
'for' => 'reseller'
)
))
))
;
}

View File

@@ -92,7 +92,6 @@ class Export extends BaseExport
return true;
}
public function addCriteriaToPositionQuery($query)
{
$query->filterByExportCategoryId($this->getExportCategoryId());