// DB structure missing tax_computation_method

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8620 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fBrignoli
2011-09-16 09:30:50 +00:00
parent 781d92ccd4
commit e055c62066
2 changed files with 5 additions and 6 deletions
+1 -2
View File
@@ -995,8 +995,7 @@ CREATE TABLE `PREFIX_order_detail` (
`product_reference` varchar(32) default NULL,
`product_supplier_reference` varchar(32) default NULL,
`product_weight` float NOT NULL,
`tax_name` varchar(16) NOT NULL,
`tax_rate` DECIMAL(10, 3) NOT NULL DEFAULT '0.000',
`tax_computation_method` tinyint(1) unsigned NOT NULL default '0',
`ecotax` decimal(21,6) NOT NULL default '0.00',
`ecotax_tax_rate` DECIMAL(5,3) NOT NULL DEFAULT '0.000',
`discount_quantity_applied` TINYINT(1) NOT NULL DEFAULT 0,