[Koha-bugs] [Bug 17829] Move GetMember to Koha::Patron

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 28 16:55:30 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17829

--- Comment #28 from Colin Campbell <colin.campbell at ptfs-europe.com> ---
(In reply to Jonathan Druart from comment #27)
> Hi Colin, I do not recreate the problem you describe. Could you give me more
> details please? Are you referring to the call from members/member.pl or
> another one?

I've traced it through its when svc/members/search is called ultimately it gets
logged in the error log

 search: Undefined subroutine
&C4::Members::Attributes::SearchIdMatchingAttribute called at
/home/cc/kohaclone/C4/Utils/DataTables/Members.pm line 127.:
/home/cc/kohaclone/svc/members/search, referer:
http://admin/cgi-bin/koha/members/member.pl

at line 127 of C4::Utils/DataTables/Members.pm we have

           my $matching_borrowernumbers =
C4::Members::Attributes::SearchIdMatchingAttribute($searchmember);

which needs replacing with an equivalent

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list