From 2311de17a0f1e168c51295671eafd216f93d1092 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 3 Jan 2007 02:24:01 +0000 Subject: [PATCH] =?UTF-8?q?Le=20mod=E8le=20ivoire=20est=20buggu=E9=20(il?= =?UTF-8?q?=20s'appuie=20sur=20un=20comptage=20plutot=20qu'un=20max).=20On?= =?UTF-8?q?=20lui=20pr=E9f=E8re=20donc=20le=20mod=E8le=20marbre,=20op=E9ra?= =?UTF-8?q?tionnel=20dans=20tous=20les=20cas.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/data/data.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/data/data.sql b/mysql/data/data.sql index 6485ca815a7..af808cc78b6 100644 --- a/mysql/data/data.sql +++ b/mysql/data/data.sql @@ -168,7 +168,7 @@ insert into llx_const (name, value, type, note, visible) values ('NOTIFICATION_E insert into llx_const (name, value, type, visible) values ('DON_ADDON_MODEL', 'html_cerfafr','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 ('COMMANDE_ADDON', 'mod_commande_marbre','chaine',0); insert into llx_const (name, value, type, visible) values ('COMMANDE_ADDON_PDF', 'einstein','chaine',0); insert into llx_const (name, value, type, visible) values ('COMMANDE_SUPPLIER_ADDON', 'mod_commande_fournisseur_muguet','chaine',0); insert into llx_const (name, value, type, visible) values ('COMMANDE_SUPPLIER_ADDON_PDF', 'muscadet','chaine',0);