// 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
This commit is contained in:
mMarinetti
2011-11-04 15:28:20 +00:00
parent 4f2edd0d27
commit 851763fc2a
@@ -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;