Fix: Parametres init non charg

This commit is contained in:
Laurent Destailleur 2007-12-16 16:44:48 +00:00
parent b1de9755b8
commit 1d8239b048

View File

@ -108,6 +108,8 @@ insert into llx_const (name, value, type, note, visible) values ('MAIN_DELAY_TRA
-- Tiers
--
insert into llx_const(name,value,type,visible,note) values('SOCIETE_NOLIST_COURRIER','1','yesno',0,'Liste les fichiers du repertoire courrier');
insert into llx_const(name,value,type,visible,note) values('SOCIETE_CODECLIENT_ADDON','mod_codeclient_leopard','yesno',0,'Module to control third parties codes');
insert into llx_const(name,value,type,visible,note) values('SOCIETE_CODECOMPTA_ADDON','mod_codecompta_panicum','yesno',0,'Module to control third parties codes');
--