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

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

Return to bug 30692