Use different output format for pdf.

This commit is contained in:
2025-03-21 12:36:02 +01:00
parent 32f9e2b6c7
commit 5cc43ac1c6
4 changed files with 4 additions and 4 deletions

View File

@@ -246,4 +246,4 @@ $pdf->Cell(25, 4, number_format(($_19_MwSt + $_7_MwSt + $Sonst_MwSt), '2', ',',
$pdf->SetFont('Helvetica','', 10);
$pdf->Cell(25, 4, number_format(($_19 + $_7 + $_0 + $Sonst_Preis + $_19_MwSt + $_7_MwSt + $Sonst_MwSt), '2', ',', '.')."", 0, 0, 'R');
$pdf->Output("A_" . date('Ymd') . ".pdf", "I");
$pdf->Output("A_" . date('Ymd') . ".pdf", "S");