feat: show room prices in room assignment form field
This commit is contained in:
@@ -451,7 +451,7 @@ class BookingPayloadBuilder
|
||||
$roomQuantities = [];
|
||||
foreach ($bookingDto->roomSelections as $selection) {
|
||||
if ($selection->quantity > 0) {
|
||||
$roomQuantities[$selection->roomId] = $selection->quantity;
|
||||
$roomQuantities[$selection->id] = $selection->quantity;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user