X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=svc%2Fimport_bib;h=f93428d71461731c6535fbb198412b4941975243;hb=5d6c092921919526ade501facb1220f8a108a08f;hp=3e43339fded44c567844387f946d0400fe79506d;hpb=b764c1ee81728ce5007b89e28b8703742d202375;p=koha_fer diff --git a/svc/import_bib b/svc/import_bib index 3e43339fde..f93428d714 100755 --- a/svc/import_bib +++ b/svc/import_bib @@ -86,7 +86,7 @@ sub import_bib { my $matcher = C4::Matcher->new($params->{record_type} || 'biblio'); $matcher = C4::Matcher->fetch($params->{matcher_id}); - my $number_of_matches = BatchFindBibDuplicates($batch_id, $matcher); + my $number_of_matches = BatchFindDuplicates($batch_id, $matcher); # XXX we are ignoring the result of this; BatchCommitRecords($batch_id, $framework) if lc($import_mode) eq 'direct';