diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-05-06 07:28:15 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-05-06 07:28:15 +0000 |
| commit | 329ab7b0e2fb946bb4773612b42ec47370cc5d43 (patch) | |
| tree | 718cd9179d9365e537d0e3f520f5e76c227a2cc9 | |
| parent | 463161ebfd669120ccd747db0c7df405ae2ace2c (diff) | |
fixes #4103
Closes #4103
Merge request studip/studip!2951
| -rw-r--r-- | app/views/consultation/admin/ungrouped.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/consultation/admin/ungrouped.php b/app/views/consultation/admin/ungrouped.php index d41d43d..f21dc6a 100644 --- a/app/views/consultation/admin/ungrouped.php +++ b/app/views/consultation/admin/ungrouped.php @@ -183,9 +183,7 @@ </div> <? endif; ?> </td> - <td> - <?= htmlReady($block->room) ?> - </td> + <td><?= htmlReady($slot->block->room) ?></td> <td> <?= $this->render_partial('consultation/slot-occupation.php', compact('slot')) ?> </td> |
