Fehlerkorrekturen nach LIVE-Gang
This commit is contained in:
@@ -166,5 +166,5 @@ if (0 != $Sonst_Preis)
|
||||
$pdf->Write(4, "\n");
|
||||
}
|
||||
|
||||
$file = "pdf/" . PREFIX . "/eur/A_" . date('Ymd') . ".pdf";
|
||||
$file = __DIR__ . "/" . PREFIX . "/eur/A_" . date('Ymd') . ".pdf";
|
||||
$pdf->Output($file, "F");
|
||||
Reference in New Issue
Block a user