Austausch Briefkopf_blanko

This commit is contained in:
aschwarz
2023-07-06 10:10:07 +02:00
parent 43cec11537
commit 964c6d22a9
7 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,7 @@ $pdf= new utfFPDF();
if($hs == 'K'){
$pagecount = $pdf->setSourceFile("anschreiben_kehl/blanko_kehl.pdf");
}else{
$pagecount = $pdf->setSourceFile("anschreiben/blanko_ludwigsburg.pdf");
$pagecount = $pdf->setSourceFile("anschreiben/briefkopf_blanko_2023.pdf");
}