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 |
- |
|
|