SHow right count of angels in shift view for additional angeltypes

This commit is contained in:
Igor Scheller 2022-01-01 17:43:45 +01:00
parent 38043ee35f
commit 485df38786
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ function Shift_view($shift, $shifttype, Room $room, $angeltypes_source, ShiftSig
'TID' => $type, 'TID' => $type,
'count' => 0, 'count' => 0,
'restricted' => true, 'restricted' => true,
'taken' => true, 'taken' => $angelTypes->count(),
], $angeltypes, $shift, $user_shift_admin); ], $angeltypes, $shift, $user_shift_admin);
} }
} }