// stock: add admin tabs

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9331 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dSevere
2011-10-13 16:14:40 +00:00
parent ae43d7f86b
commit e16af90d6a
4 changed files with 120 additions and 91 deletions
-36
View File
@@ -1131,42 +1131,6 @@ INSERT INTO `PREFIX_store` (`id_store`, `id_country`, `id_state`, `name`, `addre
INSERT INTO `PREFIX_store_shop` (`id_store`, `id_shop`) (SELECT `id_store`, 1 FROM `PREFIX_store`);
INSERT INTO `PREFIX_stock` (`id_stock`, `id_product`, `id_product_attribute`, `id_shop`, `quantity`) VALUES
(1, 2, 7, 1, 10),
(2, 2, 8, 1, 20),
(3, 2, 9, 1, 30),
(4, 2, 10, 1, 40),
(5, 5, 12, 1, 100),
(6, 5, 13, 1, 99),
(7, 5, 14, 1, 50),
(8, 5, 15, 1, 25),
(9, 7, 19, 1, 50),
(10, 7, 22, 1, 60),
(11, 7, 23, 1, 70),
(12, 1, 25, 1, 50),
(13, 1, 26, 1, 50),
(14, 1, 27, 1, 50),
(15, 1, 28, 1, 50),
(16, 1, 29, 1, 50),
(17, 1, 30, 1, 50),
(18, 1, 31, 1, 50),
(19, 1, 32, 1, 50),
(20, 1, 33, 1, 50),
(21, 1, 34, 1, 50),
(22, 1, 35, 1, 50),
(23, 1, 36, 1, 50),
(24, 1, 39, 1, 50),
(25, 1, 40, 1, 50),
(26, 1, 41, 1, 50),
(27, 1, 42, 1, 50),
(32, 1, 0, 1, 800),
(33, 2, 0, 1, 100),
(34, 5, 0, 1, 274),
(35, 6, 0, 1, 250),
(36, 7, 0, 1, 180),
(37, 8, 0, 1, 1),
(38, 9, 0, 1, 1);
INSERT INTO `PREFIX_group_module_restriction` (`id_group`, `id_module`, `authorized`) VALUES
("1", "1", "1"),
("1", "2", "1"),