Code accd par option non maintenu
This commit is contained in:
parent
5ef74af0df
commit
67f6e97601
@ -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
|
||||
--
|
||||
|
||||
@ -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_%';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user