X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=svc%2Fimport_bib;h=3e43339fded44c567844387f946d0400fe79506d;hb=133a9746497b0366203df5ca04cafb2efefa7801;hp=a029a58c843ac7c04212177f5ed2a3f653533c0f;hpb=0d4acbba5c5db238eb42ed37dc9ba3dc2f36974b;p=koha.git diff --git a/svc/import_bib b/svc/import_bib index a029a58c84..3e43339fde 100755 --- a/svc/import_bib +++ b/svc/import_bib @@ -89,7 +89,7 @@ sub import_bib { my $number_of_matches = BatchFindBibDuplicates($batch_id, $matcher); # XXX we are ignoring the result of this; - BatchCommitBibRecords($batch_id, $framework) if lc($import_mode) eq 'direct'; + BatchCommitRecords($batch_id, $framework) if lc($import_mode) eq 'direct'; my $dbh = C4::Context->dbh(); my $sth = $dbh->prepare("SELECT matched_biblionumber FROM import_biblios WHERE import_record_id =?");