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

(-)a/Koha/ImportBatch.pm (+7 lines)
Lines 102-107 sub new_from_file { Link Here
102
            );
102
            );
103
        }
103
        }
104
104
105
        if ($errors) {
106
            Koha::Logger->get->warn( 'The following error(s) occurred during '
107
                    . ( defined $format ? ( $format . " " ) : "" )
108
                    . "record import:\nERROR: "
109
                    . join( "\nERROR: ", @$errors ) );
110
        }
111
105
        $job->size( scalar @$marcrecords )->store if $job;
112
        $job->size( scalar @$marcrecords )->store if $job;
106
113
107
        ( $batch_id, $num_valid, $num_items, @import_errors ) = BatchStageMarcRecords(
114
        ( $batch_id, $num_valid, $num_items, @import_errors ) = BatchStageMarcRecords(

Return to bug 41036