Eiffel - Patch 9 (19.3.10)
This Patch release intends to address issues from earlier Eiffel releases and make general improvements.
Add currency after each Payment Schedule Amount (KT-11074)
Add currency after each Payment Schedule Amount Currency is now displayed after each amount in every payment schedule in the new Payments UI.
Add hover on rule name with the description of the Payment Schedule (KT-11075)
Add hover on rule name with the description of the Payment Schedule The Description of payment schedule rule is now displayed when hovering over a rule name.
Add Gross Amount column to new Payments UI (KT-11076)
Add Gross Amount column to new Payments UI Added a "Gross Amount" column to the new Payments UI. Display logic for the Payment Schedule table is as follows: - If Total Amount Gross equals Total Amount Net at the itinerary level, only the Amount Net is shown. - If Total Amount Gross does not equal Total Amount Net and Gross Invoicing checkbox is False, both Amount Net and Amount Gross are displayed. - If Total Amount Gross does not equal Total Amount Net and Gross Invoicing checkbox is True, only the Amount Gross is shown.
A booking with 'Confirmation Status'='Unconfirmed Amendment' should get a 'Pending Amendment' status after a failed confirmation attempt (KT-7380)
A booking with 'Confirmation Status'='Unconfirmed Amendment' should get a 'Pending Amendment' status after a failed confirmation attempt A booking with 'Confirmation Status'='Unconfirmed Amendment' will now get a 'Pending Amendment' status after a timed out confirmation attempt. KHELP-9801
Time dropdown should be hidden from 'Activity starts from' modal if supplier provides no departure times (KT-10885)
Time dropdown should be hidden from 'Activity starts from' modal if supplier provides no departure times Time dropdown is now hidden in the Activity Starts modal if supplier has provided no departure times. KHELP-10890
Decimal format in Payments may cause inconsistent UI in some European locales (KT-10779)
Decimal format in Payments may cause inconsistent UI in some European locales Decimals are now formatted accordingly with thousands separators based on Locale configuration of the current user in Payments tab.