Anschreiben Kehl angepasst

This commit is contained in:
aschwarz 2024-01-31 10:50:25 +01:00
parent 7c27b4abfd
commit fce21fae88
2 changed files with 2 additions and 2 deletions

View File

@ -615,7 +615,7 @@ if($hinweis_umzug_alt == 1 or $hinweis_umzug_neu == 1){
$pdf->SetFont('Arial', '', 10);
$pdf->SetY($pos);
$pdf->SetX(23);
$pdf->MultiCell(170, 4.8, "* Für diese Stelle wurde eine Umzugsvergütung gewährt.", 0, 'J');
$pdf->MultiCell(170, 4.8, "* Für diesen Praxisabschnitt wird eine Umzugsvergütung gewährt.", 0, 'J');
}

View File

@ -452,7 +452,7 @@ if($hinweis_umzug == 1){
$pdf->SetFont('Arial', '', 10);
$pdf->SetY($pos);
$pdf->SetX(24);
$pdf->MultiCell(168, 4.8, "* Für diese Stelle wurde eine Umzugsvergütung gewährt.", 0, 'J');
$pdf->MultiCell(168, 4.8, "* Für diesen Praxisabschnitt wird eine Umzugsvergütung gewährt.", 0, 'J');
}