From 1cb78c4817eee2e77532799b884e191dc6833e88 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. Signed-off-by: Laura_Escamilla --- 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 39e83cc4ad..bae154948a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -514,7 +514,7 @@ [% IF ( ediaccount ) %] [%- BLOCK edi_status -%] - [%- SWITCH edi_order.status -%] + [%- SWITCH edi_order.status.lower -%] [%- CASE 'pending' -%] Pending -- 2.39.5