From f2f36dbdd0b55e9224723f46d0d12868c026b962 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 10 Sep 2003 16:27:12 +0000 Subject: [PATCH] =?UTF-8?q?Suppression=20de=20la=20d=E9finition=20des=20co?= =?UTF-8?q?nstantes=20relative=20au=20module=20de=20facture,=20ces=20valeu?= =?UTF-8?q?rs=20sont=20d=E9finies=20d=E9sormais=20dans=20la=20classe=20d'a?= =?UTF-8?q?ctivation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/data/data.sql | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/mysql/data/data.sql b/mysql/data/data.sql index 52aa907478b..2379544a0c4 100644 --- a/mysql/data/data.sql +++ b/mysql/data/data.sql @@ -60,17 +60,10 @@ insert into llx_const(name, value, type, note) values ('MAIN_START_YEAR','2003', INSERT INTO llx_const (name, value, type, note) VALUES ('MAIN_THEME','yellow','chaine','Thème par défaut'); INSERT INTO llx_const (name, value, type, note) VALUES ('MAIN_TITLE','Dolibarr','chaine','Titre des pages'); -insert into llx_const(name, value, type) values ('FAC_PDF_FAX','01 02 03 04 05','chaine'); -insert into llx_const(name, value, type) values ('FAC_PDF_SIRET','123 456 789','chaine'); -insert into llx_const(name, value, type) values ('FAC_PDF_INTITULE','Dolibarr','chaine'); -insert into llx_const(name, value, type) values ('FAC_PDF_SIREN','123 456 789 123','chaine'); -insert into llx_const(name, value, type) values ('FAC_PDF_TEL','05 04 03 02 01','chaine'); -insert into llx_const(name, value, type) values ('FAC_PDF_ADRESSE','1 quai Martin\n56400 Auray','texte'); - insert into llx_const(name, value, type) values ('DONS_FORM','fsfe.fr.php','chaine'); -insert into llx_const(name, value, type) values ('FACTURE_ADDON','pluton','chaine'); + insert into llx_const(name, value, type, note) values ('MAIN_SEARCHFORM_SOCIETE','1','yesno','Affichage du formulaire de recherche des sociétés dans la barre de gauche'); insert into llx_const(name, value, type, note) values ('MAIN_SEARCHFORM_CONTACT','1','yesno','Affichage du formulaire de recherche des contacts dans la barre de gauche');