Use different output format for pdf.

This commit is contained in:
2025-03-21 12:46:08 +01:00
parent 5cc43ac1c6
commit 00291d363e
4 changed files with 4 additions and 4 deletions

View File

@@ -150,4 +150,4 @@ $pdf->Cell(25, 4, number_format($ntsum['MwSt'], '2', ',', '.') . " €", 0, 0, '
$pdf->SetFont('Helvetica', '', 10);
$pdf->Cell(25, 4, number_format($ntsum['Gesamt'], '2', ',', '.') . "", 0, 1, 'R');
$pdf->Output("E_" . date('Ymd') . ".pdf", "S");
$pdf->Output("E_" . date('Ymd') . ".pdf", "D");