// Fix bug with specific prices creation

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11358 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2011-12-19 13:53:56 +00:00
parent 800b9f164d
commit dac7c7795c
7 changed files with 10 additions and 6 deletions

View File

@@ -1584,6 +1584,7 @@ CREATE TABLE `PREFIX_specific_price` (
`id_specific_price_rule` INT(11) UNSIGNED NOT NULL,
`id_product` INT UNSIGNED NOT NULL,
`id_shop` INT(11) UNSIGNED NOT NULL DEFAULT '1',
`id_group_shop` INT(11) UNSIGNED NOT NULL,
`id_currency` INT UNSIGNED NOT NULL,
`id_country` INT UNSIGNED NOT NULL,
`id_group` INT UNSIGNED NOT NULL,