// Add all missing duplicated data for shop duplication

This commit is contained in:
rMalie
2012-04-25 13:24:09 +00:00
parent 640a744c0b
commit 3b1acc528f
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