diff --git a/app/views/consultation/export/print.php b/app/views/consultation/export/print.php index dd42f9375e4947219334d84af5003777b7b177e1..ddf2f749a305168d41b44ebcf29c063d80137d7e 100644 --- a/app/views/consultation/export/print.php +++ b/app/views/consultation/export/print.php @@ -67,7 +67,7 @@ <?= sprintf( _('Terminliste von %s'), - htmlReady($current_user->getFullName()) + htmlReady($range->getFullName()) ) ?> </h1> <? foreach ($blocks as $block): ?>