25 Jul
2017
25 Jul
'17
3:27 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16892 --- Comment #49 from M. Tompsett <mtompset@hotmail.com> --- (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.