[-] Installer : Specific price could now be equal to 0

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15657 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fBrignoli
2012-05-24 09:11:40 +00:00
parent 89509c07f3
commit 3efd3f7c01
+1
View File
@@ -62,3 +62,4 @@ UPDATE `PREFIX_tab` SET `class_name`="AdminShopGroup" WHERE class_name="AdminGro
/* PHP:p15012_add_missing_columns(); */;
UPDATE `PREFIX_specific_price` SET `price` = -1 WHERE `price` = 0;