// Improve shop associations in BO
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13583 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -231,7 +231,6 @@ class AdminAttributesGroupsControllerCore extends AdminController
|
||||
'type' => 'group_shop',
|
||||
'label' => $this->l('Group Shop association:'),
|
||||
'name' => 'checkBoxShopAsso',
|
||||
'values' => Shop::getTree()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -428,7 +428,6 @@ class AdminCarriersControllerCore extends AdminController
|
||||
'type' => 'shop',
|
||||
'label' => $this->l('Shop association:'),
|
||||
'name' => 'checkBoxShopAsso',
|
||||
'values' => Shop::getTree()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -163,7 +163,6 @@ class AdminCmsControllerCore extends AdminController
|
||||
'type' => 'shop',
|
||||
'label' => $this->l('Shop association:'),
|
||||
'name' => 'checkBoxShopAsso',
|
||||
'values' => Shop::getTree()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -115,7 +115,6 @@ class AdminContactsControllerCore extends AdminController
|
||||
'type' => 'shop',
|
||||
'label' => $this->l('Shop association:'),
|
||||
'name' => 'checkBoxShopAsso',
|
||||
'values' => Shop::getTree()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -348,7 +348,6 @@ class AdminCountriesControllerCore extends AdminController
|
||||
'type' => 'shop',
|
||||
'label' => $this->l('Shop association:'),
|
||||
'name' => 'checkBoxShopAsso',
|
||||
'values' => Shop::getTree()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -238,7 +238,6 @@ class AdminCurrenciesControllerCore extends AdminController
|
||||
'type' => 'shop',
|
||||
'label' => $this->l('Shop association:'),
|
||||
'name' => 'checkBoxShopAsso',
|
||||
'values' => Shop::getTree()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -293,7 +293,6 @@ class AdminEmployeesControllerCore extends AdminController
|
||||
'type' => 'shop',
|
||||
'label' => $this->l('Shop association:'),
|
||||
'name' => 'checkBoxShopAsso',
|
||||
'values' => Shop::getTree()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -178,7 +178,6 @@ class AdminFeaturesControllerCore extends AdminController
|
||||
'type' => 'group_shop',
|
||||
'label' => $this->l('GroupShop association:'),
|
||||
'name' => 'checkBoxShopAsso',
|
||||
'values' => Shop::getTree()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -247,7 +247,6 @@ class AdminLanguagesControllerCore extends AdminController
|
||||
'type' => 'shop',
|
||||
'label' => $this->l('Shop association:'),
|
||||
'name' => 'checkBoxShopAsso',
|
||||
'values' => Shop::getTree()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -327,7 +327,6 @@ class AdminManufacturersControllerCore extends AdminController
|
||||
'type' => 'group_shop',
|
||||
'label' => $this->l('GroupShop association:'),
|
||||
'name' => 'checkBoxShopAsso',
|
||||
'values' => Shop::getTree()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -246,7 +246,6 @@ class AdminReferrersControllerCore extends AdminController
|
||||
'type' => 'shop',
|
||||
'label' => $this->l('Shop association:'),
|
||||
'name' => 'checkBoxShopAsso',
|
||||
'values' => Shop::getTree()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -283,7 +283,6 @@ class AdminScenesControllerCore extends AdminController
|
||||
'type' => 'shop',
|
||||
'label' => $this->l('Shop association:'),
|
||||
'name' => 'checkBoxShopAsso',
|
||||
'values' => Shop::getTree()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -243,7 +243,6 @@ class AdminSuppliersControllerCore extends AdminController
|
||||
'type' => 'shop',
|
||||
'label' => $this->l('Shop association:'),
|
||||
'name' => 'checkBoxShopAsso',
|
||||
'values' => Shop::getTree()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -271,7 +271,6 @@ class AdminWarehousesControllerCore extends AdminController
|
||||
'label' => $this->l('Shops:'),
|
||||
'name' => 'checkBoxShopAsso',
|
||||
'desc' => $this->l('Associated shops'),
|
||||
'values' => Shop::getTree()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -146,7 +146,6 @@ class AdminWebserviceControllerCore extends AdminController
|
||||
'type' => 'shop',
|
||||
'label' => $this->l('Shop association:'),
|
||||
'name' => 'checkBoxShopAsso',
|
||||
'values' => Shop::getTree()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -114,7 +114,6 @@ class AdminZonesControllerCore extends AdminController
|
||||
'type' => 'group_shop',
|
||||
'label' => $this->l('Group shop association:'),
|
||||
'name' => 'checkBoxShopAsso',
|
||||
'values' => Shop::getTree()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user