diff --git a/includes/view/Shifts_view.php b/includes/view/Shifts_view.php index 60c54484..171f6462 100644 --- a/includes/view/Shifts_view.php +++ b/includes/view/Shifts_view.php @@ -137,7 +137,7 @@ function Shift_view($shift, $shifttype, Room $room, $angeltypes_source, ShiftSig 'TID' => $type, 'count' => 0, 'restricted' => true, - 'taken' => true, + 'taken' => $angelTypes->count(), ], $angeltypes, $shift, $user_shift_admin); } }