// 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user