https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19172 Bug ID: 19172 Summary: Undefined subroutine &C4::Members::Attributes::SearchIdMatchingAttribute when searching patrons Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Staff Client Assignee: koha-bugs@lists.koha-community.org Reporter: glasklas@gmail.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com When "ExtendedPatronAttributes" is enabled the following error occurs when searching patrons: "Undefined subroutine &C4::Members::Attributes::SearchIdMatchingAttribute called at ../C4/Utils/DataTables/Members.pm line 124" I assume this is because a missing "use C4/Utils/DataTables/Members.pm;". I have fixed and tested this in my local instance and will supply a patch shortly. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.