X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=svc%2Fimport_bib;h=3e43339fded44c567844387f946d0400fe79506d;hb=133a9746497b0366203df5ca04cafb2efefa7801;hp=a029a58c843ac7c04212177f5ed2a3f653533c0f;hpb=374b6f4b9f33a776d04cdaa696b40e8e033dda32;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 =?");