[-] BO : Fix bug #PSCFV-10982 reduction group truncated

This commit is contained in:
gRoussac
2013-11-12 17:55:07 +01:00
parent 036e2362c9
commit 5e4382eb08
3 changed files with 7 additions and 5 deletions
+3 -1
View File
@@ -8,4 +8,6 @@ UPDATE `PREFIX_orders` SET conversion_rate = 1 WHERE conversion_rate = 0;
ALTER TABLE `PREFIX_cms` ADD `indexation` tinyint(1) UNSIGNED NULL DEFAULT '1' AFTER `active`;
/* PHP:update_order_messages(); */;
/* PHP:update_order_messages(); */;
ALTER TABLE `REFIX_group_reduction` CHANGE `reduction` `reduction` DECIMAL( 4, 4 ) NOT NULL;