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

(-)a/C4/ImportBatch.pm (-2 lines)
Lines 549-555 sub BatchCommitRecords { Link Here
549
    my $num_items_errored = 0;
549
    my $num_items_errored = 0;
550
    my $num_ignored = 0;
550
    my $num_ignored = 0;
551
    # commit (i.e., save, all records in the batch)
551
    # commit (i.e., save, all records in the batch)
552
    SetImportBatchStatus($batch_id, 'importing');
553
    my $overlay_action = GetImportBatchOverlayAction($batch_id);
552
    my $overlay_action = GetImportBatchOverlayAction($batch_id);
554
    my $nomatch_action = GetImportBatchNoMatchAction($batch_id);
553
    my $nomatch_action = GetImportBatchNoMatchAction($batch_id);
555
    my $item_action = GetImportBatchItemAction($batch_id);
554
    my $item_action = GetImportBatchItemAction($batch_id);
556
- 

Return to bug 33972