feat: show room prices in room assignment form field
This commit is contained in:
@@ -130,7 +130,7 @@ class SingleRoomTypeConditionTest extends TestCase
|
||||
|
||||
foreach ($rooms as $roomData) {
|
||||
$roomSelection = new RoomSelectionDto();
|
||||
$roomSelection->roomId = $roomData['roomId'];
|
||||
$roomSelection->id = $roomData['roomId'];
|
||||
$roomSelection->quantity = $roomData['quantity'];
|
||||
$bookingDto->roomSelections[] = $roomSelection;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user