Skip to content
Snippets Groups Projects
Commit 1d8239b0 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Parametres init non chargé

parent b1de9755
No related branches found
No related tags found
No related merge requests found
...@@ -108,6 +108,8 @@ insert into llx_const (name, value, type, note, visible) values ('MAIN_DELAY_TRA ...@@ -108,6 +108,8 @@ insert into llx_const (name, value, type, note, visible) values ('MAIN_DELAY_TRA
-- Tiers -- 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_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');
-- --
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment