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

(-)a/C4/ImportBatch.pm (-2 lines)
Lines 456-462 sub AddItemsToImportBiblio { Link Here
456
456
457
    if ($#import_items_ids > -1) {
457
    if ($#import_items_ids > -1) {
458
        _update_batch_record_counts($batch_id) if $update_counts;
458
        _update_batch_record_counts($batch_id) if $update_counts;
459
        _update_import_record_marc($import_record_id, $marc_record, C4::Context->preference('marcflavour'));
460
    }
459
    }
461
    return @import_items_ids;
460
    return @import_items_ids;
462
}
461
}
463
- 

Return to bug 30779