From fae0225447e039abe8fffcaa2b94a26c239feaf5 Mon Sep 17 00:00:00 2001 From: David Gustafsson Date: Thu, 27 Mar 2025 14:06:53 +0100 Subject: [PATCH] Bug 39468: EDI message status should be case insensitive Make edi_order lowercase so that matching is case insensitive. --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt index 454af49caf7..2e009cc79b6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -343,7 +343,7 @@ [% IF ( ediaccount ) %] [%- BLOCK edi_status -%] - [%- SWITCH edi_order.status -%] + [%- SWITCH edi_order.status.lower -%] [%- CASE 'pending' -%] Pending -- 2.49.0