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

(-)a/C4/ImportBatch.pm (-1 / +1 lines)
Lines 749-754 sub BatchCommitRecords { Link Here
749
            SetImportRecordStatus($rowref->{'import_record_id'}, 'ignored');
749
            SetImportRecordStatus($rowref->{'import_record_id'}, 'ignored');
750
        }
750
        }
751
    }
751
    }
752
    &$progress_callback($rec_num, $schema); # Make sure to commit the final chunk that didn't hit the commit threshhold
752
    $sth->finish();
753
    $sth->finish();
753
754
754
    if ( @biblio_ids ) {
755
    if ( @biblio_ids ) {
755
- 

Return to bug 29325