Changing the ProcessMaker title to Lurana in the Outputdocument section
This commit is contained in:
@@ -881,7 +881,7 @@ class OutputDocument extends BaseOutputDocument
|
|||||||
// Set document information
|
// Set document information
|
||||||
$pdf->SetCreator(PDF_CREATOR);
|
$pdf->SetCreator(PDF_CREATOR);
|
||||||
$pdf->SetAuthor($fields['USR_USERNAME']);
|
$pdf->SetAuthor($fields['USR_USERNAME']);
|
||||||
$pdf->SetTitle('ProcessMaker');
|
$pdf->SetTitle('Lurana');
|
||||||
$pdf->SetSubject($filename);
|
$pdf->SetSubject($filename);
|
||||||
$pdf->SetCompression(true);
|
$pdf->SetCompression(true);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user