Fix: bug #29045
This commit is contained in:
parent
1cae3c6083
commit
e4fab24a0a
@ -55,6 +55,6 @@ create table llx_product
|
||||
pmp double(24,8) DEFAULT 0 NOT NULL,
|
||||
canvas varchar(15) DEFAULT '',
|
||||
finished tinyint DEFAULT NULL,
|
||||
hidden tinyint DEFAULT 0 -- Need permission see also hidden products
|
||||
hidden tinyint DEFAULT 0, -- Need permission see also hidden products
|
||||
import_key varchar(14) -- import key
|
||||
)type=innodb;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user