Bug 19418: (bug 12833 follow-up) Add missing use statement
[koha.git] / C4 / Utils / DataTables / Members.pm
index 302eaff..b2e4963 100644 (file)
@@ -4,6 +4,7 @@ use Modern::Perl;
 use C4::Context;
 use C4::Utils::DataTables;
 use Koha::DateUtils;
+use C4::Members::Attributes qw(SearchIdMatchingAttribute );
 
 sub search {
     my ( $params ) = @_;