@@ -, +, @@ comppletion --- C4/ImportBatch.pm | 1 + 1 file changed, 1 insertion(+) --- a/C4/ImportBatch.pm +++ a/C4/ImportBatch.pm @@ -708,6 +708,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(); SetImportBatchStatus($batch_id, 'imported'); return ($num_added, $num_updated, $num_items_added, $num_items_replaced, $num_items_errored, $num_ignored); --