2
0
forked from Wavyzz/dolibarr

Work on FPDF replacement by TCPDF

This commit is contained in:
Laurent Destailleur
2010-09-01 10:22:11 +00:00
parent d97c1054f1
commit f5a945cf74
24 changed files with 754 additions and 525 deletions

View File

@@ -354,7 +354,7 @@ class pdf_soleil extends ModelePDFFicheinter
$pdf->Close();
$pdf->Output($file);
$pdf->Output($file,'F');
if (! empty($conf->global->MAIN_UMASK))
@chmod($file, octdec($conf->global->MAIN_UMASK));