//fixed multishop CRUD bug
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16555 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -474,14 +474,18 @@ class AdminShopControllerCore extends AdminController
|
||||
'tax_rules_group' => $this->l('Tax rules groups'),
|
||||
'supplier' => $this->l('Suppliers'),
|
||||
'referrer' => $this->l('Referrers'),
|
||||
'zone' => $this->l('Zones'),
|
||||
'cart_rule' => $this->l('Cart rules'),
|
||||
);
|
||||
|
||||
|
||||
// Hook for duplication of shop data
|
||||
$modules_list = Hook::getHookModuleExecList('actionShopDataDuplication');
|
||||
if (is_array($modules_list) && count($modules_list) > 0)
|
||||
foreach ($modules_list as $m)
|
||||
$import_data['Module'.ucfirst($m['module'])] = Module::getModuleName($m['module']);
|
||||
|
||||
asort($import_data);
|
||||
|
||||
if (!$this->object->id)
|
||||
$this->fields_import_form = array(
|
||||
'radio' => array(
|
||||
|
||||
Reference in New Issue
Block a user