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_%';