[Koha-bugs] [Bug 32517] Patron search dies on case mismatch of patron category

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 22 16:19:37 CET 2022


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

--- Comment #1 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 144795
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144795&action=edit
Bug 32517: lowercase category codes to avoid mismatch

To test:
1 - sudo koha-mysql kohadev
2 - UPDATE borrowers SET categorycode = LCASE(categorycode)
3 - Try to search for patrons:
    Uncaught TypeError: categories_map[data] is undefined
4 - Apply patch
5 - Search for patrons
6 - Success!

-- 
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