feat: SW-1588 Implemented booking code select-rate
This commit is contained in:
@@ -76,6 +76,7 @@ export default async function DetailsPage({
|
||||
roomStayStartDate: booking.fromDate,
|
||||
roomStayEndDate: booking.toDate,
|
||||
roomTypeCode: room.roomTypeCode,
|
||||
bookingCode: booking.bookingCode,
|
||||
}
|
||||
|
||||
const packages = room.packages
|
||||
|
||||
Reference in New Issue
Block a user