// 2 bug fixes for the cart rules

This commit is contained in:
dMetzger
2011-11-23 13:24:15 +00:00
parent 583ca741da
commit 7bc1e78453
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -214,7 +214,7 @@ CREATE TABLE `PREFIX_cart_rule` (
`cart_rule_restriction` tinyint(1) unsigned NOT NULL default 0,
`product_restriction` tinyint(1) unsigned NOT NULL default 0,
`free_shipping` tinyint(1) NOT NULL default 0,
`reduction_percent` decimal(4,2) NOT NULL default 0,
`reduction_percent` decimal(5,2) NOT NULL default 0,
`reduction_amount` decimal(17,2) NOT NULL default 0,
`reduction_tax` tinyint(1) unsigned NOT NULL default 0,
`reduction_currency` int(10) unsigned NOT NULL default 0,