From 851763fc2a5538d4c569bd2adc0bc86a35948179 Mon Sep 17 00:00:00 2001 From: mMarinetti Date: Fri, 4 Nov 2011 15:28:20 +0000 Subject: [PATCH] // added title for return statuses list git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9895 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 7d55aaca1..24b8d2941 100644 --- a/controllers/admin/AdminStatusesController.php +++ b/controllers/admin/AdminStatusesController.php @@ -149,6 +149,7 @@ class AdminStatusesControllerCore extends AdminController // call postProcess() for take care about actions and filters $this->postProcess(); + $this->toolbar_title = $this->l('Return statuses'); $list_orders_returns_status = parent::initList(); return $list_orders_status.$list_orders_returns_status;