[-] 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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user