diff --git a/src/Form/Model/BookingData.php b/src/Form/Model/BookingData.php index de727ed..423e646 100644 --- a/src/Form/Model/BookingData.php +++ b/src/Form/Model/BookingData.php @@ -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 diff --git a/xmlexport/.gitignore b/xmlexport/.gitignore new file mode 100644 index 0000000..67c04e4 --- /dev/null +++ b/xmlexport/.gitignore @@ -0,0 +1,2 @@ +*.* +!.gitignore