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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9778 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dSevere
2011-11-02 09:37:42 +00:00
parent 1d4b035272
commit fe0775f4a8
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;