https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20443
--- Comment #52 from Jonathan Druart <[email protected]> --- Created attachment 101147 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101147&action=edit Bug 20443: Do not explode if attribute does not have a valid av Template process failed: undef error - Can't call method "lib" on an undefined value at /kohadevbox/koha/Koha/Patron/Attribute.pm line 109. at /kohadevbox/koha/C4/Templates.pm line 122 We should not crash as it if the attribute is linked to an invalid authorised value (for instance the AV has been deleted) We must provide a check in the search_for_data_inconsistencies.pl script Signed-off-by: Signed-off-by: Nick Clemens <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
