Bug 39468

Summary: EDI message status should be case insensitive
Product: Koha Reporter: David Gustafsson <glasklas>
Component: AcquisitionsAssignee: David Gustafsson <glasklas>
Status: Needs Signoff --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2676
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 39468: EDI message status should be case insensitive

Description David Gustafsson 2025-03-27 13:06:15 UTC
There already was a bug (Bug 32676) that should have addressed this. The initial commit looks ok, but the final one, which seems be the one that have been pushed is missing the .lower on edi_order.status.
Comment 1 David Gustafsson 2025-03-27 13:08:49 UTC
Created attachment 179792 [details] [review]
Bug 39468: EDI message status should be case insensitive

Make edi_order lowercase so that matching is case insensitive.
Comment 2 David Gustafsson 2025-03-27 13:14:45 UTC
I now saw both patches (that for some reason are absolute) contains the .lower change), but the commit in the Koha repo is missing it.