// db.sql : supplier_order_detail : there is now a quantity expected and a quantity received

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9925 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2011-11-07 12:33:42 +00:00
parent 1a2bb0e8bc
commit a3d762e854
+2 -1
View File
@@ -2092,7 +2092,8 @@ CREATE TABLE `PREFIX_supplier_order_detail` (
`id_currency` INT(11) UNSIGNED NOT NULL,
`exchange_rate` DECIMAL(20,6) DEFAULT '0.000000',
`unit_price_te` DECIMAL(20,6) DEFAULT '0.000000',
`quantity` INT(11) UNSIGNED NOT NULL,
`quantity_expected` INT(11) UNSIGNED NOT NULL,
`quantity_received` INT(11) UNSIGNED NOT NULL,
`price_te` DECIMAL(20,6) DEFAULT '0.000000',
`discount_rate` DECIMAL(20,6) DEFAULT '0.000000',
`discount_value_te` DECIMAL(20,6) DEFAULT '0.000000',