// Stock : add enclosed state at state management on supplier orders

This commit is contained in:
dSevere
2011-11-02 09:37:42 +00:00
parent 9395759af2
commit 8e328c8393
3 changed files with 15 additions and 7 deletions
+1
View File
@@ -2170,6 +2170,7 @@ CREATE TABLE `PREFIX_supplier_order_state` (
`editable` tinyint(1) NOT NULL DEFAULT 0,
`receipt_state` tinyint(1) NOT NULL DEFAULT 0,
`pending_receipt` tinyint(1) NOT NULL DEFAULT 0,
`enclosed` tinyint(1) NOT NULL DEFAULT 0,
`color` VARCHAR(32) DEFAULT NULL,
PRIMARY KEY (`id_supplier_order_state`)
) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8;