fix: take booking status 'option' into account

This commit is contained in:
Björn Fromme
2025-03-26 12:11:55 +01:00
parent 368ce28537
commit beda06b8c7
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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
+2
View File
@@ -0,0 +1,2 @@
*.*
!.gitignore