[*] BO : categories multishop improved

This commit is contained in:
vChabot
2012-01-19 14:03:33 +00:00
parent 9d41358764
commit 585b670df3
15 changed files with 163 additions and 92 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ class InstallModelInstall extends InstallAbstractModel
$shop = new Shop();
$shop->active = true;
$shop->id_group_shop = $group_shop->id;
$shop->id_category = 1;
$shop->id_category = 2;
$shop->id_theme = 1;
$shop->name = 'Default';
if (!$shop->add())