http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9394 --- Comment #43 from Galen Charlton <gmcharlt@gmail.com> --- Created attachment 19896 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=19896&action=edit Bug 9394: (follow-up) silence spurious warns One just needed parentheses, but the one on line 219 reflects a slightly deeper problem -- it's running patron checks when a patron hasn't actually been supplied. To test: [1] From the staff interface, bring up a biblio that has no holds on it, then go to the holds tab. [2] Verify that the Apache log has no new warnings containing: request.pl: Use of uninitialized value in string eq at /home/gmc/koha/reserve/request.pl line 219 or request.pl: Use of uninitialized value in string eq at /home/gmc/koha/reserve/request.pl line 488 Signed-off-by: Galen Charlton <gmc@esilibrary.com> -- You are receiving this mail because: You are watching all bug changes.