Cannot use "->find" in list context at /home/vagrant/kohaclone/members/moremember.pl line 334.
Created attachment 62829 [details] [review] Bug 18510 - Errors on Patron Details page ( moremember.pl ) Cannot use "->find" in list context at /home/vagrant/kohaclone/members/moremember.pl line 334. Test Plan: 1) Got to moremember.pl, note error 2) Apply this patch 3) Refresh page, no error!
Question: do we need to switch all pages using patron-title.inc to passing a Koha::Patron as 'borrower'? It seems like that should be necessary, at least on some pages. Not sure which.
This was triggered by patron clubs (bug 12461), as far as I can tell, combined with bug 18179.
(In reply to Kyle M Hall from comment #2) > Question: do we need to switch all pages using patron-title.inc to passing a > Koha::Patron as 'borrower'? It seems like that should be necessary, at least > on some pages. Not sure which. Part of this is done already on bug 18403.
Patch moved to bug 18179. *** This bug has been marked as a duplicate of bug 18179 ***