fix: properly assign selected pickups

This commit is contained in:
Björn Fromme
2025-03-24 15:24:40 +01:00
parent b9471c4e04
commit 7045974451
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ class BookingData
->getTransportationServiceForParticipantAndDirection($index, 'H');
$participantData->transportationServiceFro = $booking
->getTransportationServiceForParticipantAndDirection($index, 'R');
$participantData->pickupTo = $booking->getPickupForParticipant($index);
$participantData->pickup = $booking->getPickupForParticipant($index);
}
$instance->participants[$index] = $participantData;