diff --git a/admin/praxisstellen_admin.php b/admin/praxisstellen_admin.php index 32503a1..4d3e4be 100755 --- a/admin/praxisstellen_admin.php +++ b/admin/praxisstellen_admin.php @@ -649,7 +649,7 @@ $pdf->SetY($pos); if($hinweis_umzug == 1){ $pos=$pdf->GetY(); - $pdf->SetFont('Arial', '', 12); + $pdf->SetFont('Arial', '', 8); $pdf->SetY($pos); $pdf->SetX(24); if($row_hs['hs'] == 'K' or $row_hs['hs'] == 'k'){ diff --git a/stud/prints/praxisstellen_neu.php b/stud/prints/praxisstellen_neu.php index 31e12a4..0387314 100755 --- a/stud/prints/praxisstellen_neu.php +++ b/stud/prints/praxisstellen_neu.php @@ -386,7 +386,7 @@ $pdf->SetY($pos); if($hinweis_umzug == 1){ $pos=$pdf->GetY(); - $pdf->SetFont('Arial', '', 12); + $pdf->SetFont('Arial', '', 8); $pdf->SetY($pos); $pdf->SetX(24); if($row_hs['hs'] == 'K' or $row_hs['hs'] == 'k'){