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