Add comment for future feature
This commit is contained in:
parent
56e9066bf8
commit
897102d797
@ -381,6 +381,13 @@ class pdf_propale_azur extends ModelePDFPropales
|
|||||||
if (! empty($conf->global->MAIN_UMASK))
|
if (! empty($conf->global->MAIN_UMASK))
|
||||||
@chmod($file, octdec($conf->global->MAIN_UMASK));
|
@chmod($file, octdec($conf->global->MAIN_UMASK));
|
||||||
|
|
||||||
|
// Add external file
|
||||||
|
//$pdfConcat =& new concat_pdf();
|
||||||
|
//$pdfConcat->setFiles(array($file, DOL_DOCUMENT_ROOT."/includes/modules/propale/morefile.pdf"));
|
||||||
|
//$pdfConcat->concat();
|
||||||
|
//$pdf->AliasNbPages();
|
||||||
|
//$pdfConcat->Output($file);
|
||||||
|
|
||||||
$outputlangs->charset_output=$sav_charset_output;
|
$outputlangs->charset_output=$sav_charset_output;
|
||||||
$langs->setPhpLang(); // On restaure langue session
|
$langs->setPhpLang(); // On restaure langue session
|
||||||
return 1; // Pas d'erreur
|
return 1; // Pas d'erreur
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user