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

--- Comment #28 from Colin Campbell <[email protected]> ---
(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.
_______________________________________________
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/

Reply via email to