// Add all missing duplicated data for shop duplication

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14873 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-04-25 13:24:09 +00:00
parent b0d9af537e
commit 4cdb580608
2 changed files with 17 additions and 0 deletions
@@ -387,6 +387,7 @@ class AdminShopControllerCore extends AdminController
'country' => $this->l('Countries'),
'currency' => $this->l('Currencies'),
'discount' => $this->l('Discounts'),
'employee' => $this->l('Employees'),
'image' => $this->l('Images'),
'lang' => $this->l('Langs'),
'manufacturer' => $this->l('Manufacturers'),
@@ -404,6 +405,14 @@ class AdminShopControllerCore extends AdminController
'stock_available' => $this->l('Available quantities for sale'),
'store' => $this->l('Stores'),
'warehouse' => $this->l('Warehouse'),
'webservice_account' => $this->l('Webservice accounts'),
'attribute' => $this->l('Attributes'),
'attribute_group' => $this->l('Attribute groups'),
'feature' => $this->l('Features'),
'group' => $this->l('Customer groups'),
'tax_rules_group' => $this->l('Tax rules groups'),
'supplier' => $this->l('Suppliers'),
'referrer' => $this->l('Referrers'),
);
// Hook for duplication of shop data