Bugzilla – Attachment 179792 Details for
Bug 39468
EDI message status should be case insensitive
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39468: EDI message status should be case insensitive
Bug-39468-EDI-message-status-should-be-case-insens.patch (text/plain), 1.16 KB, created by
David Gustafsson
on 2025-03-27 13:08:49 UTC
(
hide
)
Description:
Bug 39468: EDI message status should be case insensitive
Filename:
MIME Type:
Creator:
David Gustafsson
Created:
2025-03-27 13:08:49 UTC
Size:
1.16 KB
patch
obsolete
>From fae0225447e039abe8fffcaa2b94a26c239feaf5 Mon Sep 17 00:00:00 2001 >From: David Gustafsson <david.gustafsson@ub.gu.se> >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' -%] > <span>Pending</span> >-- >2.49.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 39468
: 179792