wip: additional services with constraints
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user