We’ve resolved an issue where users were unable to add more than 9 guests to a Travel Reservation with the type set to Air/Other. This restriction was unintended and did not reflect the expected behavior for non-GDS reservations.


What Was Happening

Following a recent update, the system incorrectly applied a guest limit of 9 to all Travel Reservations, regardless of type. This caused errors when trying to add more than 9 guests to Air/Other reservations, even though no such limit should exist.


What’s Changed

The logic has been updated to ensure correct behavior based on reservation type:

  • Air/Other Reservations
    • No guest limit is enforced.
    • Users can add more than 9 guests without error.
  • GDS Air Reservations
    • A limit of 9 guests remains in place when using the Create Shell PNR Wizard, as expected.