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.
Oops, "use C4::Members::Attributes;" I meant.
Created attachment 66413 [details] [review] Add missing use statement for C4::Members::Attributes
I've tried different searches for patrons with patron attributes active and added to the patron record on master and didn't manage to trigger the error. Which version did you test with? Can you add a step by step test plan on how to trigger the error please?
Which OS? What is your perl version?
*** This bug has been marked as a duplicate of bug 19418 ***