Summary: | Errors on Patron Details page ( moremember.pl ) | ||
---|---|---|---|
Product: | Koha | Reporter: | Kyle M Hall (khall) <kyle> |
Component: | Patrons | Assignee: | Kyle M Hall (khall) <kyle> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | blocker | ||
Priority: | P5 - low | CC: | gmcharlt, jonathan.druart, kyle.m.hall, mtompset |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12461 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18179 |
||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 18179 | ||
Bug Blocks: | |||
Attachments: | Bug 18510 - Errors on Patron Details page ( moremember.pl ) |
Description
Kyle M Hall (khall)
2017-04-28 15:11:03 UTC
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. (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. |