// BugFix : BlockTopMenu is not visible when user is connected

This commit is contained in:
mDeflotte
2011-12-21 10:56:09 +00:00
parent bd100751ca
commit 7bf31d2e8e
3 changed files with 456 additions and 451 deletions
+3
View File
@@ -1404,6 +1404,7 @@ INSERT INTO `PREFIX_module_group` (`id_group`, `id_module`) VALUES
("1", "53"),
("1", "54"),
("1", "55"),
("1", "56");
("2", "1"),
("2", "2"),
("2", "3"),
@@ -1456,6 +1457,7 @@ INSERT INTO `PREFIX_module_group` (`id_group`, `id_module`) VALUES
("2", "53"),
("2", "54"),
("2", "55"),
("2", "56");
("3", "1"),
("3", "2"),
("3", "3"),
@@ -1508,6 +1510,7 @@ INSERT INTO `PREFIX_module_group` (`id_group`, `id_module`) VALUES
("3", "53"),
("3", "54"),
("3", "55");
("3", "56");
INSERT INTO `PREFIX_stock_available` (`id_stock_available`, `id_product`, `id_product_attribute`, `id_shop`, `id_group_shop`, `quantity`, `depends_on_stock`, `out_of_stock`) VALUES
(1, 1, 25, 1, 0, 10, 0, 0),