https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38102

Owen Leonard <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|trivial                     |normal
         Depends on|                            |33949
            Version|24.05                       |Main
           Assignee|[email protected]         |[email protected]
                   |                            |ity.org

--- Comment #2 from Owen Leonard <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to