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);