// Add copy data of group shops

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8101 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-08-18 07:57:04 +00:00
parent 0aada6cc1e
commit 5638172b38
4 changed files with 105 additions and 28 deletions
-1
View File
@@ -200,7 +200,6 @@ class AdminShop extends AdminTab
'scene' => $this->l('Scenes'),
'stock' => $this->l('Stock'),
'store' => $this->l('Stores'),
'zone' => $this->l('Zones'),
);
$checked = (Tools::getValue('addshop') !== false) ? true : false;