Merged in feat/SW-598 (pull request #1554)
feat: pass specialRequest.comment to create booking * feat: pass specialRequest.comment to create booking Approved-by: Simon.Emanuelsson
This commit is contained in:
committed by
Arvid Norlin
parent
fc219aaec0
commit
0e0b065dd9
@@ -126,7 +126,13 @@ export default function EnterDetailsProvider({
|
||||
storedRoom.room.guest
|
||||
)
|
||||
}
|
||||
|
||||
if (
|
||||
!currentRoom.room.specialRequest.comment &&
|
||||
storedRoom.room.specialRequest.comment
|
||||
) {
|
||||
currentRoom.room.specialRequest.comment =
|
||||
storedRoom.room.specialRequest.comment
|
||||
}
|
||||
const validGuest =
|
||||
idx > 0
|
||||
? multiroomDetailsSchema.safeParse(currentRoom.room.guest)
|
||||
|
||||
Reference in New Issue
Block a user