https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32676 --- Comment #1 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 145405 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=145405&action=edit Bug 32676: EDI message status uses varying case, breaking EDI status block Edifact status appear to vary between all lower case and being capitalized. This breaks the switch in the edi_status block of the basket.tt template. We should make this switch case-insensitive. Test Plan: 1) View the basket for a sent EDI order, not the Sent status does not display. 2) Apply this patch 3) Reload the page, note the status is now visible! -- You are receiving this mail because: You are watching all bug changes.