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

(-)a/C4/ImportBatch.pm (-1 / +1 lines)
Lines 708-713 sub BatchCommitRecords { Link Here
708
            SetImportRecordStatus($rowref->{'import_record_id'}, 'ignored');
708
            SetImportRecordStatus($rowref->{'import_record_id'}, 'ignored');
709
        }
709
        }
710
    }
710
    }
711
    &$progress_callback($rec_num, $schema); # Make sure to commit the final chunk that didn't hit the commit threshhold
711
    $sth->finish();
712
    $sth->finish();
712
    SetImportBatchStatus($batch_id, 'imported');
713
    SetImportBatchStatus($batch_id, 'imported');
713
    return ($num_added, $num_updated, $num_items_added, $num_items_replaced, $num_items_errored, $num_ignored);
714
    return ($num_added, $num_updated, $num_items_added, $num_items_replaced, $num_items_errored, $num_ignored);
714
- 

Return to bug 29325