https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32517 Bug ID: 32517 Summary: Patron search dies on case mismatch of patron category Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Staff interface Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com We load the categories in JS for transforming category codes to names, however, this introduces case sensitivity To recreate: 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 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.