Fehlerkorrekturen nach LIVE-Gang

This commit is contained in:
2016-07-09 09:05:09 +00:00
parent 19a604f024
commit 84167781ec
10 changed files with 10 additions and 10 deletions

View File

@@ -156,5 +156,5 @@ $pdf->SetFont('Helvetica', '', 10);
$pdf->Cell(25, 4, number_format($ntsum['Gesamt'], '2', ',', '.') . "", 0, 0, 'R');
$file = "pdf/" . PREFIX . "/eur/E_" . date('Ymd') . ".pdf";
$file = __DIR__ . "/" . PREFIX . "/eur/E_" . date('Ymd') . ".pdf";
$pdf->Output($file, "F");