https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16694
--- Comment #28 from Mark Alexander <[email protected]> --- (In reply to Colin Campbell from comment #25) > patron should not be being set to undef in MsgType - this could result in a > failed connection. Patron is still supposed to be returned but patron status > flagged I am confused by this. I see that find_patron does sometimes return undef, and that is tested in build_patron_status, handle_block_patron, handle_patron_info, and handle_patron_enable. In those functions, undef seems to indicate an invalid patron. So I thought it would be safe to emulate that behavior. -- 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/
