@@ -, +, @@ duplicates in koha --- misc/migration_tools/bulkmarcimport.pl | 1 + 1 file changed, 1 insertion(+) --- a/misc/migration_tools/bulkmarcimport.pl +++ a/misc/migration_tools/bulkmarcimport.pl @@ -351,6 +351,7 @@ RECORD: while ( ) { } } elsif ( $results && scalar(@$results) > 1 ) { $logger->debug("more than one match for $query"); + next; } else { $logger->debug("nomatch for $query"); } --