SHow right count of angels in shift view for additional angeltypes
This commit is contained in:
parent
38043ee35f
commit
485df38786
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue