| Summary: | EDI message status should be case insensitive | ||
|---|---|---|---|
| Product: | Koha | Reporter: | David Gustafsson <glasklas> |
| Component: | Acquisitions | Assignee: | David Gustafsson <glasklas> |
| Status: | Passed QA --- | QA Contact: | Laura Escamilla <Laura.escamilla> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | Laura.escamilla |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2676 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: |
Fix EDI message status display in acquisitions so matching is case-insensitive by converting edi_order.status to lowercase before comparison.
|
Version(s) released in: | |
| Circulation function: | |||
| Attachments: |
Bug 39468: EDI message status should be case insensitive
Bug 39468: EDI message status should be case insensitive Bug 39468: EDI message status should be case insensitive |
||
|
Description
David Gustafsson
2025-03-27 13:06:15 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. 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. Created attachment 189351 [details] [review] Bug 39468: EDI message status should be case insensitive Make edi_order lowercase so that matching is case insensitive. Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com> Created attachment 189352 [details] [review] Bug 39468: EDI message status should be case insensitive Make edi_order lowercase so that matching is case insensitive. Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com> Using my QA superpowers to PQA on this trivial patch. |