From 67f6e97601a1fd4ffed85e6ce2c8ace9edc5c070 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 7 Oct 2007 18:33:11 +0000 Subject: [PATCH] =?UTF-8?q?Code=20acc=E9d=E9=20par=20option=20non=20mainte?= =?UTF-8?q?nu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/data/data.sql | 6 ------ mysql/migration/2.0.0-2.1.0.sql | 1 - 2 files changed, 7 deletions(-) diff --git a/mysql/data/data.sql b/mysql/data/data.sql index 913a9a0cb6e..46e284cd650 100644 --- a/mysql/data/data.sql +++ b/mysql/data/data.sql @@ -202,12 +202,6 @@ insert into llx_const (name, value, type, visible, note) VALUES ('MAIN_FORCE_SET insert into llx_const (name, value, type, visible, note) VALUES ('PROPALE_VALIDITY_DURATION', '15', 'chaine', 0, 'Durée de validitée des propales'); --- --- Product --- -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'); - - -- -- Barcode -- diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index 09c9915b3a4..cbe664be738 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -217,7 +217,6 @@ update llx_const set value=2048, visible=0 where name='MAIN_UPLOAD_DOC' and valu 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'); delete from llx_const where name in ('OSC_CATALOG_URL','OSC_LANGUAGE_ID'); update llx_const set visible=0 where name like 'OSC_DB_%';