https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16892
--- Comment #49 from M. Tompsett <[email protected]> --- (In reply to Jonathan Druart from comment #47) > However I think it would be good to handle a wrong or non-existent patron > category or branchcode (GoogleOpenIDConnectDefaultCategory and > GoogleOpenIDConnectDefaultBranch). I have no problem with that. That's reasonable. > Usually I am not in favour of > over-checking everything but it sounds like it is needed here (in order to > avoid the 500). I'm having the darnedest time with my $patron_category = Koha::Patron::Categories->find( $valid_category_code ); being undef. :( -- Working on it. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
