[-] BO : you can now delete multiple order statuses at one #PSCFV-3585

This commit is contained in:
dMetzger
2012-08-10 16:00:07 +00:00
parent caf3df50a8
commit fa148c5d8d
@@ -34,6 +34,7 @@ class AdminStatusesControllerCore extends AdminController
$this->lang = true;
$this->deleted = false;
$this->colorOnBackground = false;
$this->bulk_actions = array('delete' => array('text' => $this->l('Delete selected'), 'confirm' => $this->l('Delete selected items?')));
$this->context = Context::getContext();
parent::__construct();
}