https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38102 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|trivial |normal Depends on| |33949 Version|24.05 |Main Assignee|oleonard@myacpl.org |koha-bugs@lists.koha-commun | |ity.org --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- The limit number is being passed correctly, but it doesn't seem to be doing anything: my $checkouts = [ $patron->checkouts( {}, { order_by => $order, prefetch => { item => { biblio => 'biblioitems' } }, ( $limit ? ( limit => $limit ) : () ), } )->as_list ]; Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33949 [Bug 33949] Replace GetAllIssues with Koha::Checkouts - opac -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.