Schreiben Lubu angepasst

This commit is contained in:
aschwarz 2024-01-31 15:47:04 +01:00
parent 0e046a77c2
commit ac60d94932
2 changed files with 2 additions and 2 deletions

View File

@ -584,7 +584,7 @@ if($hinweis_umzug_alt == 1 or $hinweis_umzug_neu == 1){
$pdf->SetFont('Arial', '', 12);
$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');
}
$pos=$pdf->GetY()+6.4;

View File

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