// Fixed Supply Orders

This commit is contained in:
bMancone
2012-02-07 14:59:56 +00:00
parent dfb86f1ba2
commit 044b0b1185
4 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -2186,7 +2186,7 @@ CREATE TABLE `PREFIX_supply_order` (
`id_supply_order_state` INT(11) UNSIGNED NOT NULL,
`id_currency` INT(11) UNSIGNED NOT NULL,
`id_ref_currency` INT(11) UNSIGNED NOT NULL,
`reference` VARCHAR(32) NOT NULL,
`reference` VARCHAR(64) NOT NULL,
`date_add` DATETIME NOT NULL,
`date_upd` DATETIME NOT NULL,
`date_delivery_expected` DATETIME DEFAULT NULL,