fix: early check-in checkout date capped at original planned checkout
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -604,6 +604,7 @@ export function BookingDetailPanel({ booking, room, rooms, allBookings, slug, on
|
||||
className="input text-sm"
|
||||
value={earlyNewCheckOut}
|
||||
min={today}
|
||||
max={booking.checkOut}
|
||||
onChange={e => setEarlyNewCheckOut(e.target.value)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user