Skip to content
Snippets Groups Projects
Commit d06122d2 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Utilisation du wrapper sécurisé pour tous

parent a51e1dbc
No related branches found
No related tags found
No related merge requests found
......@@ -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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment