From e4fab24a0ab20d7212e3196a67c9f33029fa3031 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 3 Mar 2010 06:38:12 +0000 Subject: [PATCH] Fix: bug #29045 --- htdocs/install/mysql/tables/llx_product.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/mysql/tables/llx_product.sql b/htdocs/install/mysql/tables/llx_product.sql index 79e8aa8258f..f261bb7876e 100644 --- a/htdocs/install/mysql/tables/llx_product.sql +++ b/htdocs/install/mysql/tables/llx_product.sql @@ -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;