Eiffel - Patch 7 (19.3.7)
This Patch release intends to address issues from earlier Eiffel releases and make general improvements.
Inconsistent decimal usage (KT-10530)
Inconsistent decimal usage Payments We have made changes to the Payments UI so that all amount fields show 2 decimals. This is to ensure consistency throughout the system.
Pass the itinerary_item_name field through the Rail SPI (KT-10442)
Pass the itinerary_item_name field through the Rail SPI Itinerary Items The field `itinerary_item_name` is now passed through the rail SPI. KHELP-10777
Missing object from Trips & Itineraries custom permission (KT-10520)
Missing object from Trips & Itineraries custom permission Documents Resolved an issue which threw an `Inaccessible Object` error being displayed when creating a document. KHELP-10911 KHELP-10922
Date fields in the Document Content Editor should be enabled (KT-10715)
Date fields in the Document Content Editor should be enabled Documents We fixed an issue in Documents caused by a previous fix in relation to Persisted Documents. Date and Time fields were disabled in the content editor, but work as intended now. KHELP-10997
Incorrect link to the amendment log when merge fails (KT-10118)
Incorrect link to the amendment log when merge fails Amendments We fixed an issue causing Amendments to link the user to the wrong Amendment log when an Amendment process failed. KHELP-10789
API reservation failed "departure point not supported" (KT-10475)
API reservation failed "departure point not supported" Bookings & Service Search We fixed an issue that prevented users making a booking when an API service has no departure times and one is selected in Service Search. KHELP-10890
Service search: do not allow rooms selection to exceed units availability (KT-10460)
Service search: do not allow rooms selection to exceed units availability Bookings & Service Search Room selection is now limited to the supplier's unit availability, so rooms cannot be selected after the availability is reached. Previously, an error displayed, but the system still allowed users to select more rooms.
Activity start time isn't saved as Time From on item without pick-up options (KT-10394)
Activity start time isn't saved as Time From on item without pick-up options Bookings & Service Search We fixed an issue where the Activity start time would not be saved correctly under some circumstances. KHELP-10857
Lightning console tab becomes unresponsive when exiting PNR Import (KT-10552)
Lightning console tab becomes unresponsive when exiting PNR Import PNR We fixed an issue where the Lightning console would become unresponsive when leaving PNR imports. KHELP-10894
Swiss Pass extension price updates no longer working (KT-10577)
Swiss Pass extension price updates no longer working Service Extensions We fixed an issue that prevented the flow around swiss pass from working as intended. ItineraryComponentEventHub needs to be added to the Lightning page for the solution to work. KHELP-10933
CustomerPayments component shows incorrect Outstanding on payment schedules (Pay per pax regression) (KT-10728)
CustomerPayments component shows incorrect Outstanding on payment schedules (Pay per pax regression) Payments Fixed Outstanding Amount display on payment schedules in `CustomerPayments` component. The Outstanding Amount was not updating when payments were made, but now will display the correct amount. KHELP-11003 KHELP-11008
User locale not respected in new Payment UI (KT-10529)
User locale not respected in new Payment UI Payments The new Payments UI will now account for user locale when displaying dates.
Order of locations in builder (KT-9817)
Order of locations in builder Itinerary Builder We fixed an issue where, when searching, the Itinerary Builder displayed locations illogically. Matches would appear alphabetically, but without placing the exact match at the top of the results. Now, exact matches have a priority over alphabetical matches. KHELP-10632 KHELP-10644
ItineraryComponentsEventHub causes continuous refresh of itinerary (KT-10599)
ItineraryComponentsEventHub causes continuous refresh of itinerary Itinerary Builder We fixed an issue that would cause infinite refreshes of Itinerary Builder when editing an itinerary. KHELP-10955