PDFs should be inline not attachments #153

This commit is contained in:
Brendan Heywood 2020-11-04 14:25:36 +11:00 committed by Mark Nelson
parent 27f5a74cb3
commit 0c89ff9547
2 changed files with 4 additions and 2 deletions

View file

@ -320,7 +320,7 @@ class template {
return $pdf->Output('', 'S');
}
$pdf->Output($filename, 'D');
$pdf->Output($filename, 'I');
}
}