// BugFix

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11373 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2011-12-19 15:58:40 +00:00
parent 72db8c8f42
commit 9a97abf0e9
+2
View File
@@ -1091,6 +1091,8 @@ CREATE TABLE `PREFIX_order_detail` (
`product_price` decimal(20,6) NOT NULL default '0.000000',
`reduction_percent` DECIMAL(10, 2) NOT NULL default '0.00',
`reduction_amount` DECIMAL(20, 6) NOT NULL default '0.000000',
`reduction_amount_tax_incl` FLOAT( 20.6 ) NOT NULL default '0.000000',
`reduction_amount_tax_excl` FLOAT( 20.6 ) NOT NULL default '0.000000',
`group_reduction` DECIMAL(10, 2) NOT NULL default '0.000000',
`product_quantity_discount` decimal(20,6) NOT NULL default '0.000000',
`product_ean13` varchar(13) default NULL,