https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20385 --- Comment #1 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 72802 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=72802&action=edit Bug 20385 - Don't try to get info for bad authtypecodes TO test: 0 - Have a koha with ES enabled and some auth records 1 - backup your db 2 - sudo koha-mysql <<instance>> 3 - UPDATE auth_types SET authtypecode="PERSO_NAMB" WHERE authtypecode="PERSO_NAME" (or adjust as necessary) 4 - Search for some authorities where a PERSO_NAME record will be returned 5 - KA_BOOM! 6 - Apply patch 7 - Results are returned, they do not display a code, viewing record you won't see code -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.