// Supply Order : it is now possible to automatically load products, for a given supplier, which physical quantity is equal or less to a given threshold

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10730 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2011-11-29 10:07:51 +00:00
parent 2cba5f3e1a
commit 5beb66f50a
3 changed files with 123 additions and 5 deletions

View File

@@ -2152,6 +2152,7 @@ CREATE TABLE `PREFIX_supply_order` (
`total_ti` DECIMAL(20,6) DEFAULT '0.000000',
`discount_rate` DECIMAL(20,6) DEFAULT '0.000000',
`discount_value_te` DECIMAL(20,6) DEFAULT '0.000000',
`is_template` tinyint(1) DEFAULT '0',
PRIMARY KEY (`id_supply_order`),
KEY `id_supplier` (`id_supplier`),
KEY `id_warehouse` (`id_warehouse`),