From 0eb86498fa4e89788d627d75341eeb0a6e08e8c3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 23 Aug 2005 19:17:55 +0000 Subject: [PATCH] Positionne une valeur par defaut pour model fiche intervention --- mysql/data/data.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/data/data.sql b/mysql/data/data.sql index 48ea67a90bb..491ada258b1 100644 --- a/mysql/data/data.sql +++ b/mysql/data/data.sql @@ -137,6 +137,7 @@ insert into llx_const (name, value, type, visible) values ('PROPALE_ADDON', 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 ('FICHEINTER_ADDON_PDF','soleil','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);