From 1d8239b048d5cc098f8be43cbc10b8919d3dd3e2 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Sun, 16 Dec 2007 16:44:48 +0000
Subject: [PATCH] =?UTF-8?q?Fix:=20Parametres=20init=20non=20charg=E9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 mysql/data/data.sql | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/mysql/data/data.sql b/mysql/data/data.sql
index 515106914ec..18b38d5cd23 100644
--- a/mysql/data/data.sql
+++ b/mysql/data/data.sql
@@ -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');
 
 
 --
-- 
GitLab