diff --git a/controllers/admin/AdminWarehousesController.php b/controllers/admin/AdminWarehousesController.php index 1441f6b60..07b8989a3 100644 --- a/controllers/admin/AdminWarehousesController.php +++ b/controllers/admin/AdminWarehousesController.php @@ -259,12 +259,14 @@ class AdminWarehousesControllerCore extends AdminController ); + // Shop Association if (Shop::isFeatureActive()) { $this->fields_form['input'][] = array( 'type' => 'shop', - 'label' => $this->l('Shop association:'), + 'label' => $this->l('Shops:'), 'name' => 'checkBoxShopAsso', + 'desc' => 'Associated shops', 'values' => Shop::getTree() ); }