[Koha-bugs] [Bug 34145] Patron search broken

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 21 18:19:23 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34145

--- Comment #12 from Barry Cannon <bc at interleaf.ie> ---
I am not sure how useful this is but I found an instance where this can be
recreated. If the branchcode on the borrowers table  is in an different case to
the branchcode on the branches table this problem can occur.

MySQL doesn't care about case sensitivity but when javascript gets a hold of it
branchcode != BRANCHCODE.

Updating the borrowers table (or branches table) to make all the same case
(upper or lower) resolved the issue.

23.11

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list