From 28667e085f4878ed43e9060b8058f9370b7f6226 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 22 Aug 2005 19:58:17 +0000 Subject: [PATCH] =?UTF-8?q?Positionne=20module=20num=E9rotation=20propale?= =?UTF-8?q?=20et=20facture=20sur=20modules=20respectueux=20exigences=20r?= =?UTF-8?q?=E9glementaires.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/data/data.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql/data/data.sql b/mysql/data/data.sql index 4676b53aabf..a4297746656 100644 --- a/mysql/data/data.sql +++ b/mysql/data/data.sql @@ -133,11 +133,11 @@ insert into llx_const (name, value, type) values ('OSC_CATALOG_URL','http://osc. -- -- -- -insert into llx_const (name, value, type, visible) values ('PROPALE_ADDON', 'mod_propale_ivoire','chaine',0); +insert into llx_const (name, value, type, visible) values ('PROPALE_ADDON', 'mod_propale_marbre','chaine',0); insert into llx_const (name, value, type, visible) values ('PROPALE_ADDON_PDF', 'azur','chaine',0); insert into llx_const (name, value, type, visible) values ('COMMANDE_ADDON', 'mod_commande_ivoire','chaine',0); insert into llx_const (name, value, type, visible) values ('EXPEDITION_ADDON_PDF','rouget','chaine',0); -insert into llx_const (name, value, type, visible) values ('FACTURE_ADDON', 'jupiter','chaine',0); +insert into llx_const (name, value, type, visible) values ('FACTURE_ADDON', 'terre','chaine',0); insert into llx_const (name, value, type, visible) values ('FACTURE_ADDON_PDF', 'crabe','chaine',0);