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

(-)a/Koha/BiblioUtils.pm (-2 / +1 lines)
Lines 123-129 records instead of all. Link Here
123
=cut
123
=cut
124
124
125
sub get_all_biblios_iterator {
125
sub get_all_biblios_iterator {
126
    my ($self, %options) = @_;
126
    my ($class, %options) = @_;
127
127
128
    my $search_terms = {};
128
    my $search_terms = {};
129
    my ($slice_modulo, $slice_count);
129
    my ($slice_modulo, $slice_count);
130
- 

Return to bug 29625