From 2840bb61988b242e7833232ad6ba56cd3f924854 Mon Sep 17 00:00:00 2001 From: msquare Date: Tue, 27 Dec 2016 19:13:24 +0100 Subject: no signup for shifts for angels that are not arrived --- includes/model/Shifts_model.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'includes/model') diff --git a/includes/model/Shifts_model.php b/includes/model/Shifts_model.php index 74cfa356..e45c54ac 100644 --- a/includes/model/Shifts_model.php +++ b/includes/model/Shifts_model.php @@ -121,6 +121,10 @@ function Shift_free_entries($shift_id, $angeltype_id) { function Shift_signup_allowed_angel($user, $shift, $angeltype, $user_angeltype, $user_shifts, $angeltype_supporter = false) { $free_entries = Shift_free_entries($shift['SID'], $angeltype['id']); + if($user['Gekommen'] == 0) { + return new ShiftSignupState(ShiftSignupState::SHIFT_ENDED, $free_entries); + } + if ($user_shifts == null) { $user_shifts = Shifts_by_user($user); } -- cgit v1.2.3-70-g09d2