Les param du module OSC commerce 1 n'ont plus a etre visible car il existe un écran de config
This commit is contained in:
parent
e2e3119297
commit
91b75ac4b1
@ -158,7 +158,7 @@ insert into llx_const (name, value, type, note, visible) values ('ADHERENT_CARD_
|
|||||||
--
|
--
|
||||||
-- OsCommerce 1
|
-- OsCommerce 1
|
||||||
--
|
--
|
||||||
insert into llx_const (name, value, type) values ('OSC_DB_HOST','localhost','chaine');
|
insert into llx_const (name, value, type, note, visible) values ('OSC_DB_HOST','localhost','chaine', 'Host for OSC database for OSCommerce module 1', 0);
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Notification
|
-- Notification
|
||||||
|
|||||||
@ -215,6 +215,7 @@ insert into llx_const(name,value,type,visible,note) values('MAIN_SHOW_DEVELOPMEN
|
|||||||
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');
|
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');
|
delete from llx_const where name in ('OSC_CATALOG_URL','OSC_LANGUAGE_ID');
|
||||||
|
update llx_const set visible=0 where name like 'OSC_DB_%';
|
||||||
|
|
||||||
alter table llx_paiementfourn add statut smallint(6) NOT NULL DEFAULT 0;
|
alter table llx_paiementfourn add statut smallint(6) NOT NULL DEFAULT 0;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user