Fiji - Patch 25 (20.3.11)
Release Summary
Kaptio is proud to announce this Patch Release for Fiji. This release is intended to address issues with previous releases.
See Bug Fixes for more information.
Bug Fixes
Feature: Payments
Incorrect due date display in payments (CEE-173)
Payment due dates were showing incorrect dates due to differences in the operating system’s timezone configuration. Specifically, timezones behind GMT show the due date as being a day earlier than the actual due date.
We have made a change that makes the due date persists regardless of timezone configuration while ensuring that date formatting continues to respect a user’s locale setting.
Related Support Ticket: KHELP-11657 & KHELP-11888
Feature: Itinerary Builder
Deletion of addon used in new costings (CEE-175 & KT-5139)
Deleting add-ons that are in use on itineraries is no longer allowed. Added validation on Add-on deletion if it is linked to Itinerary Item
Related Support Ticket: KHELP-9355 & KHELP-10747
Investigate KHELP-12029 (CEE-261)
We fixed an issue where the day titles on the KT Agenda were not displayed in the Itinerary Document after changing them in the content editor.
Related Supporty Ticket: KHELP-12029
Feature: WETU Content
Wetu refresh button doesn’t work with apostrophe in content name (CEE-200)
Resolved an issue where the Wetu Refresh button failed to respond when a content record included an apostrophe in its name. This prevented the modal from opening and caused console errors.
The issue was resolved by applying JavaScript encoding (JSENCODE
) to sanitize the content name, ensuring smooth operation of the refresh functionality regardless of special characters.
Related Support Ticket: KHELP-10959