From 9eaf26e6f8f6c099e48a5206a53b85332823eaa6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 26 Aug 2006 14:34:14 +0000 Subject: [PATCH] =?UTF-8?q?Ajoute=20option=20pour=20permettre=20de=20ne=20?= =?UTF-8?q?pas=20afficher=20les=20produits=20d=E9finis=20d=E8s=20la=20cr?= =?UTF-8?q?=E9ation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/migration/2.0.0-2.1.0.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index edc66304033..064e7b3bf3e 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -164,6 +164,7 @@ update llx_const set name='NOTIFICATION_EMAIL_FROM', visible=0 where name='MAIN_ update llx_const set name='NOTIFICATION_EMAIL_FROM', visible=0 where name='MAIN_EMAIL_FROM'; 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 product list in first step of proposal, invoice creation'); delete from llx_const where name in ('OSC_CATALOG_URL','OSC_LANGUAGE_ID');