git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12813 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2012-01-30 16:29:42 +00:00
parent 039d19ff97
commit 302f820e13
@@ -143,7 +143,6 @@ class AdminWarehousesControllerCore extends AdminController
if (isset($countries[$id_default_country]))
$countries = array($id_default_country => $countries[$id_default_country]) + $countries;
// sets the title of the toolbar
$this->toolbar_title = $this->l('Stock : Warehouse management');