From 04e576623ffb67544ad82ea5ebfe3138f1c3d7ed Mon Sep 17 00:00:00 2001 From: dMetzger Date: Fri, 10 Aug 2012 16:00:07 +0000 Subject: [PATCH] [-] 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 --- controllers/admin/AdminStatusesController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/admin/AdminStatusesController.php b/controllers/admin/AdminStatusesController.php index 34511894d..a5b46b46a 100644 --- a/controllers/admin/AdminStatusesController.php +++ b/controllers/admin/AdminStatusesController.php @@ -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(); }