http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3184
Ian Walls <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls@bywatersolutions. | |com Patch Status|Signed Off |Failed QA --- Comment #6 from Ian Walls <[email protected]> 2011-11-19 15:49:07 UTC --- This patch falls victim to the same issue as bug 6390: there is no way to ensure that authorisedby is a value borrowernumber. The borrower could have been deleted, or if the koha database user account was used, then there would be no GetMember record to view. This will lead to the "Can't use an undefined value as a HASH reference" error, breaking the page. Please provide a fall-back value for the $member hash in the event the authorisedby value is not a valid borrowernumber. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. 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/
