Fix: Utilisation du wrapper scuris pour tous

This commit is contained in:
Laurent Destailleur 2004-12-31 18:45:50 +00:00
parent a51e1dbc47
commit d06122d2de

View File

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