View | Details | Raw Unified | Return to bug 18273
Collapse All | Expand All

(-)a/misc/migration_tools/bulkmarcimport.pl (-1 / +1 lines)
Lines 422-427 RECORD: foreach my $record ( @{$marc_records} ) { Link Here
422
            }
422
            }
423
        } elsif ( @{$results} > 1 ) {
423
        } elsif ( @{$results} > 1 ) {
424
            $logger->debug("More than one match for: $query");
424
            $logger->debug("More than one match for: $query");
425
            next;
425
        } else {
426
        } else {
426
            $logger->debug("No match for: $query");
427
            $logger->debug("No match for: $query");
427
        }
428
        }
428
- 

Return to bug 18273