From 3eeefa6689755e992f3e67524ba1b049c6062ffb Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 11 Mar 2003 19:14:40 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20constantes=20li=E9es=20aux=20modules?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/data/data.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mysql/data/data.sql b/mysql/data/data.sql index 6428b32e503..40d659b41d0 100644 --- a/mysql/data/data.sql +++ b/mysql/data/data.sql @@ -83,7 +83,8 @@ INSERT INTO llx_const (name, value, type, note) VALUES ('MAIN_MAIL_FROM','adhere -- INSERT INTO llx_const (name, value, type, note) VALUES ('MAIN_MODULE_COMMANDE','0','yesno','Module commande'); - +INSERT INTO llx_const (name, value, type, note) VALUES ('MAIN_MODULE_DON','0','yesno','Module don'); +INSERT INTO llx_const (name, value, type, note) VALUES ('MAIN_MODULE_ADHERENT','0','yesno','Module adherent'); -- -- Constantes --