From 6e6434ea8f18403fc9ac8085396040838d49ef00 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 5 Jan 2007 20:23:44 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Ajoute=202=20constantes=20oubli=E9es=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 - mysql/migration/2.0.0-2.1.0.sql | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/mysql/data/data.sql b/mysql/data/data.sql index 5b7bc5e3f78..55144201f82 100644 --- a/mysql/data/data.sql +++ b/mysql/data/data.sql @@ -64,7 +64,6 @@ 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','1','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'); diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index dbd1e37139a..5f9fb42d777 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -206,7 +206,7 @@ update llx_const set value=2048,visible=1 where name='MAIN_UPLOAD_DOC' and value 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','1','yesno',1,'Add products\' list in first step of proposal, invoice, order creation'); +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'); delete from llx_const where name in ('OSC_CATALOG_URL','OSC_LANGUAGE_ID');