From d06122d2dea88dceff016b4a1db4152d7486f7f3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 31 Dec 2004 18:45:50 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Utilisation=20du=20wrapper=20s=E9curis?= =?UTF-8?q?=E9=20pour=20tous?= 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 6f57f7ec447..f5085914c5c 100644 --- a/mysql/data/data.sql +++ b/mysql/data/data.sql @@ -148,7 +148,7 @@ insert into llx_const (name, value, type) values ('FAC_OUTPUTDIR','/documents/fa insert into llx_const (name, value, type) values ('FAC_PDF_INTITULE','Facture','chaine'); insert into llx_const (name, value, type) values ('FAC_PDF_MEL','facture@societe.com','chaine'); insert into llx_const (name, value, type) values ('FAC_PDF_WWW','http://www.societe.com','chaine'); -insert into llx_const (name, value, type) values ('FAC_PDF_LOGO','/htdocs/document/logo','chaine'); +insert into llx_const (name, value, type) values ('FAC_PDF_LOGO','/documents/logo/mylogo.png','chaine'); insert into llx_const (name, value, type) values ('FAC_CAPITAL_EURO','0','chaine'); insert into llx_const (name, value, type) values ('FAC_PDF_TVA_INTRA','','chaine'); insert into llx_const (name, value, type) values ('FAC_PDF_RCS','','chaine');