Merged in fix/STAY-70 (pull request #3098)
fix: make sure bookings with code can be changed * fix: make sure bookings with code can be changed Approved-by: Bianca Widstam
This commit is contained in:
@@ -49,7 +49,13 @@ export default function Steps({ closeModal }: ChangeDatesStepsProps) {
|
||||
setNoAvailability(false)
|
||||
|
||||
const data = await utils.hotel.availability.myStay.fetch({
|
||||
booking: { fromDate, hotelId, room, toDate },
|
||||
booking: {
|
||||
fromDate,
|
||||
hotelId,
|
||||
room,
|
||||
toDate,
|
||||
bookingCode: room.bookingCode,
|
||||
},
|
||||
lang,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user