From 911e3617bd0e99512df5f7f0b293870949dbd140 Mon Sep 17 00:00:00 2001 From: bMancone Date: Mon, 30 Jan 2012 16:29:42 +0000 Subject: [PATCH] // norm --- controllers/admin/AdminWarehousesController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/controllers/admin/AdminWarehousesController.php b/controllers/admin/AdminWarehousesController.php index 919072aff..4cb5dd46e 100644 --- a/controllers/admin/AdminWarehousesController.php +++ b/controllers/admin/AdminWarehousesController.php @@ -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');