// Fix installer && not displaying Shop fields on specific price when multishop is disabled
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11463 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1606,5 +1606,4 @@ INSERT INTO `PREFIX_supply_order_state_lang` (`id_supply_order_state`, `id_lang`
|
||||
(6, 4, 'order fenced'),
|
||||
(6, 5, 'order fenced');
|
||||
|
||||
INSERT INTO `PREFIX_category_shop` (`id_category`, `id_shop`) VALUES
|
||||
(1, 1);
|
||||
INSERT INTO `PREFIX_category_shop` (`id_category`, `id_shop`) VALUES (1, 1);
|
||||
|
||||
Reference in New Issue
Block a user