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