// Fixed Supply Orders

This commit is contained in:
bMancone
2012-02-07 14:59:56 +00:00
parent 666c7a8059
commit d30a0abadd
4 changed files with 8 additions and 5 deletions

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,