From 3ad2919335d0aa5b4552b41178000e3e88c750bd Mon Sep 17 00:00:00 2001 From: Regis Houssin <regis@dolibarr.fr> Date: Wed, 10 Jan 2007 10:07:06 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Ajoute=201=20constante=20oubli=E9e=20a?= =?UTF-8?q?=20l'install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/data/data.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/data/data.sql b/mysql/data/data.sql index 64d19d4fd71..a996bb03c46 100644 --- a/mysql/data/data.sql +++ b/mysql/data/data.sql @@ -64,6 +64,7 @@ insert into llx_const (name, value, type, note, visible) values ('MAIN_MAIL_SMTP insert into llx_const (name, value, type, note, visible) values ('MAIN_UPLOAD_DOC','2048','chaine','Max size for file upload (0 means no upload allowed)',0); insert into llx_const(name,value,type,visible,note) values('MAIN_SHOW_DEVELOPMENT_MODULES','0','yesno',1,'Make development modules visible'); +insert into llx_const(name,value,type,visible,note) values('PRODUCT_SHOW_WHEN_CREATE','0','yesno',1,'Add products list in first step of proposal, invoice, order creation'); insert into llx_const(name,value,type,visible,note) values('MAIN_FASTSEARCH_COMPANY','1','yesno',0,'Show form for quick company search'); insert into llx_const(name,value,type,visible,note) values('MAIN_FASTSEARCH_CONTACT','1','yesno',0,'Show form for quick contact search'); -- GitLab