View | Details | Raw Unified | Return to bug 29325
Collapse All | Expand All

(-)a/C4/ImportBatch.pm (-1 / +1 lines)
Lines 720-725 sub BatchCommitRecords { Link Here
720
            SetImportRecordStatus($rowref->{'import_record_id'}, 'ignored');
720
            SetImportRecordStatus($rowref->{'import_record_id'}, 'ignored');
721
        }
721
        }
722
    }
722
    }
723
    &$progress_callback($rec_num, $schema); # Make sure to commit the final chunk that didn't hit the commit threshhold
723
    $sth->finish();
724
    $sth->finish();
724
725
725
    if ( @biblio_ids ) {
726
    if ( @biblio_ids ) {
726
- 

Return to bug 29325