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:
Laurent Destailleur 2007-02-10 13:50:07 +00:00
parent e2e3119297
commit 91b75ac4b1
2 changed files with 2 additions and 1 deletions

View File

@ -158,7 +158,7 @@ insert into llx_const (name, value, type, note, visible) values ('ADHERENT_CARD_
--
-- 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

View File

@ -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');
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;