PDFs should be inline not attachments #153
This commit is contained in:
parent
27f5a74cb3
commit
0c89ff9547
2 changed files with 4 additions and 2 deletions
|
@ -320,7 +320,7 @@ class template {
|
|||
return $pdf->Output('', 'S');
|
||||
}
|
||||
|
||||
$pdf->Output($filename, 'D');
|
||||
$pdf->Output($filename, 'I');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue