Merge branch 'bug_9293' into 3.12-master
[koha-ffzg.git] / C4 / Search.pm
index 50f7d2b..ce6129d 100644 (file)
@@ -112,8 +112,6 @@ sub FindDuplicate {
         # quotes around the value
         $result->{title} =~ s/(and|or|not)//g;
         $query = "ti,ext=$result->{title}";
-        $query .= " and itemtype=$result->{itemtype}"
-          if ( $result->{itemtype} );
         if   ( $result->{author} ) {
             $result->{author} =~ s /\\//g;
             $result->{author} =~ s /\"//g;