forked from Wavyzz/dolibarr
Work on FPDF replacement by TCPDF
This commit is contained in:
@@ -293,7 +293,7 @@ class pdf_edison extends ModelePDFCommandes
|
||||
|
||||
$pdf->Close();
|
||||
|
||||
$pdf->Output($file);
|
||||
$pdf->Output($file,'F');
|
||||
if (! empty($conf->global->MAIN_UMASK))
|
||||
@chmod($file, octdec($conf->global->MAIN_UMASK));
|
||||
|
||||
|
||||
@@ -382,7 +382,7 @@ class pdf_einstein extends ModelePDFCommandes
|
||||
|
||||
$pdf->Close();
|
||||
|
||||
$pdf->Output($file);
|
||||
$pdf->Output($file,'F');
|
||||
if (! empty($conf->global->MAIN_UMASK))
|
||||
@chmod($file, octdec($conf->global->MAIN_UMASK));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user