fix: take booking status 'option' into account
This commit is contained in:
@@ -29,7 +29,7 @@ class BookingData
|
||||
$participantData->index = $index;
|
||||
|
||||
// update services only for active participants
|
||||
if ('F' === $participantData->status) {
|
||||
if ('S' !== $participantData->status) {
|
||||
$participantData->courses = $booking
|
||||
->getAdditionalServicesForParticipantByGroup($index, Service::TOKEN_COURSES);
|
||||
$participantData->skiPass = $booking
|
||||
|
||||
Reference in New Issue
Block a user