fix that free shifts become green

main
msquare 8 years ago
parent 9e804ba91a
commit b8c26b0fd0

@ -63,7 +63,7 @@ class ShiftSignupState {
switch ($this->state) { switch ($this->state) {
case ShiftSignupState::ANGELTYPE: case ShiftSignupState::ANGELTYPE:
case ShiftSignupState::FREE: case ShiftSignupState::OCCUPIED:
$this->state = $shiftSignupState->getState(); $this->state = $shiftSignupState->getState();
} }
} }

Loading…
Cancel
Save