@@ -, +, @@ comppletion --- C4/ImportBatch.pm | 1 + 1 file changed, 1 insertion(+) --- a/C4/ImportBatch.pm +++ a/C4/ImportBatch.pm @@ -749,6 +749,7 @@ sub BatchCommitRecords { SetImportRecordStatus($rowref->{'import_record_id'}, 'ignored'); } } + &$progress_callback($rec_num, $schema); # Make sure to commit the final chunk that didn't hit the commit threshhold $sth->finish(); if ( @biblio_ids ) { --