feat: show room prices in room assignment form field
This commit is contained in:
@@ -292,7 +292,7 @@ class BookingDto
|
||||
public function createRoomSelectionSnapshot(): array
|
||||
{
|
||||
return array_map(
|
||||
fn ($roomSelection) => [(int) $roomSelection->roomId, (int) $roomSelection->quantity],
|
||||
fn ($roomSelection) => [(int) $roomSelection->id, (int) $roomSelection->quantity],
|
||||
$this->roomSelections
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user