diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-10-01 06:56:28 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-10-01 06:56:28 +0000 |
| commit | e39801cc034847bb1389c3cdf43ad072b2f0306f (patch) | |
| tree | a408101bc32ccc84f3cc905b50c08bcaf4003d59 /app/views/admin | |
| parent | 326f93fa12f5e76dd5e74a60f986986183454fcd (diff) | |
fix access to removed column start_time and dremove obsolete duration seminar counter, fixes #4656
Closes #4656
Merge request studip/studip!3467
Diffstat (limited to 'app/views/admin')
| -rw-r--r-- | app/views/admin/semester/index.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/admin/semester/index.php b/app/views/admin/semester/index.php index 511dbfb..cb654a4 100644 --- a/app/views/admin/semester/index.php +++ b/app/views/admin/semester/index.php @@ -84,8 +84,7 @@ </td> <td> <?= $semester->absolute_seminars_count ?> - <?= sprintf(_('(+%u implizit)'), - $semester->continuous_seminars_count + $semester->duration_seminars_count) ?> + <?= sprintf(_('(+%u implizit)'), $semester->continuous_seminars_count) ?> </td> <td class="actions" nowrap> |
