Bug 19935: Replace GetPendingIssues - SIP
[koha.git] / authorities / auth_finder.pl
index 4d6e61f..e78a7d8 100755 (executable)
@@ -25,7 +25,6 @@ use CGI qw ( -utf8 );
 use C4::Output;
 use C4::Auth;
 use C4::Context;
-use C4::AuthoritiesMarc;
 use C4::Acquisition;
 use C4::Koha;
 use Koha::SearchEngine::Search;
@@ -64,8 +63,8 @@ if ( $op eq "do_search" ) {
     my @value     = (
         $query->param('value_mainstr') || undef,
         $query->param('value_main')    || undef,
+        $query->param('value_match')   || undef,
         $query->param('value_any')     || undef,
-        $query->param('value_match')   || undef
     );
     my $orderby        = $query->param('orderby')        || '';
     my $startfrom      = $query->param('startfrom')      || 0;