Anpassungen Zuweisungsschreiben

This commit is contained in:
aschwarz
2024-04-23 08:50:22 +02:00
parent 842aeb3418
commit 9504f94044
11 changed files with 35 additions and 54 deletions

View File

@ -603,7 +603,7 @@ $pos=$pdf->GetY()+6.0;
$pdf->SetFont('Arial', '', 10);
$pdf->SetY($pos);
$pdf->SetX(24);
$pdf->MultiCell(168, 4.8, "Mit freundlichen Grüßen", 0, 'J');
$pdf->MultiCell(168, 4.8, "Freundliche Grüße", 0, 'J');
$pos=$pdf->GetY()+9.1;
@ -611,7 +611,7 @@ $pos=$pdf->GetY()+9.1;
$pdf->SetFont('Arial', '', 10);
$pdf->SetY($pos);
$pdf->SetX(24);
$pdf->MultiCell(168, 4.8, "Corinne Feger", 0, 'J');
$pdf->MultiCell(168, 4.8, "gez. Corinne Feger\nStellv. Leitung Servicezentrum Studium & Lehre", 0, 'J');
$pos=$pdf->GetY()+5.0;