@@ -, +, @@ get_all_biblios_iterator --- Koha/BiblioUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/BiblioUtils.pm +++ a/Koha/BiblioUtils.pm @@ -123,7 +123,7 @@ records instead of all. =cut sub get_all_biblios_iterator { - my ($self, %options) = @_; + my ($class, %options) = @_; my $search_terms = {}; my ($slice_modulo, $slice_count); --