Fehlerkorrekturen nach LIVE-Gang
This commit is contained in:
@@ -128,5 +128,5 @@ $pdf->SetX(130);
|
||||
$pdf->Cell(70, 10, number_format($ntsum['Preis'] - $GesamtTeil, '2', ',', '.') . " €", 0, 0, 'R');
|
||||
|
||||
|
||||
$file = "pdf/" . PREFIX . "/oposten/O_" . date('Ymd') . ".pdf";
|
||||
$file = __DIR__ . "/" . PREFIX . "/oposten/O_" . date('Ymd') . ".pdf";
|
||||
$pdf->Output($file, "F");
|
||||
Reference in New Issue
Block a user