https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20509 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 76534 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76534&action=edit Bug 20509: Search for not defined authority codes This patch adds a new check in misc/maintenance/search_for_data_inconsistencies.pl to search for not defined authority codes. Test plan: Set some auth_header.authtypecode to not defined authority codes in Koha (UPDATE auth_header SET authtypecode="XXX" WHERE authid=42;) Then run `misc/maintenance/search_for_data_inconsistencies.pl` -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.