wip: show pricing
This commit is contained in:
@@ -137,7 +137,11 @@ class ParticipantAdditionalServicesFieldHandler extends AbstractParticipantField
|
||||
|
||||
foreach ($selectedServices as $selectedService) {
|
||||
if ($this->isServiceValidForParticipant($selectedService, $availableServices, $bookingDto, $participantIndex)) {
|
||||
$validSelections[] = $selectedService;
|
||||
// Convert the selected service ID/data back to the actual Service object
|
||||
$serviceObject = $this->findServiceInAvailableServices($selectedService, $availableServices);
|
||||
if (null !== $serviceObject) {
|
||||
$validSelections[] = $serviceObject;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user