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

(-)a/Koha/BackgroundJob/UpdateElasticIndex.pm (-3 / +2 lines)
Lines 80-87 sub process { Link Here
80
        }
80
        }
81
    } else {
81
    } else {
82
        $self->step;
82
        $self->step;
83
        # FIXME This is not correct if some record_ids have been skipped
83
        $self->delete;
84
        $report->{total_success} = scalar @record_ids;
84
        return;
85
    }
85
    }
86
86
87
    my $data = $self->decoded_data;
87
    my $data = $self->decoded_data;
88
- 

Return to bug 30462