wip: additional services with constraints

This commit is contained in:
Björn Fromme
2025-07-25 18:12:55 +02:00
parent 2ec61d5086
commit 9c5597eb23
28 changed files with 141 additions and 63 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ class BookingService
$selection->roomId = $room->id;
$selection->roomLabel = $room->label;
$selection->maxQuantity = $room->available;
$selection->minPax = $room->minPax;
$selection->capacity = $room->minPax;
$selection->quantity = $roomsIdsAndQuantities[$room->id] ?? 0;
return $selection;