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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16804 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-08-10 16:00:07 +00:00
parent 070fb96dc4
commit 04e576623f
@@ -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();
}