From effa92db2c1b75fda3e60621e2bbb5b10495b964 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 13 Aug 2005 20:31:50 +0000 Subject: [PATCH] Fix: Corrige le doublons sur FACTURE_ADDON_PDF qui devait etre en fait PROPALE_ADDON_PDF --- mysql/data/data.sql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mysql/data/data.sql b/mysql/data/data.sql index 144a630b1f8..64813fb6af9 100644 --- a/mysql/data/data.sql +++ b/mysql/data/data.sql @@ -133,12 +133,12 @@ insert into llx_const (name, value, type) values ('OSC_CATALOG_URL','http://osc. -- -- -- -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_PDF', 'crabe','chaine',0); ---insert into llx_const (name, value, type, visible) values ('FACTURE_ADDON_PDF', 'azur','chaine',0); +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_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 ('PROPALE_ADDON', 'mod_propale_ivoire','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_PDF', 'crabe','chaine',0); --