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

(-)a/C4/ImportBatch.pm (-2 lines)
Lines 427-433 sub AddItemsToImportBiblio { Link Here
427
427
428
    if ($#import_items_ids > -1) {
428
    if ($#import_items_ids > -1) {
429
        _update_batch_record_counts($batch_id) if $update_counts;
429
        _update_batch_record_counts($batch_id) if $update_counts;
430
        _update_import_record_marc($import_record_id, $marc_record, C4::Context->preference('marcflavour'));
431
    }
430
    }
432
    return @import_items_ids;
431
    return @import_items_ids;
433
}
432
}
434
- 

Return to bug 30779