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

(-)a/Koha/BackgroundJob/UpdateElasticIndex.pm (-1 / +1 lines)
Lines 81-86 sub process { Link Here
81
        $indexer->update_index(\@record_ids);
81
        $indexer->update_index(\@record_ids);
82
    };
82
    };
83
    if ( $@ ) {
83
    if ( $@ ) {
84
        warn $@;
84
        push @messages, {
85
        push @messages, {
85
            type => 'error',
86
            type => 'error',
86
            code => 'index_error',
87
            code => 'index_error',
87
- 

Return to bug 27344