24 Jun
2019
24 Jun
'19
9:32 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23156 --- Comment #5 from Julian Maurice <julian.maurice@biblibre.com> --- (In reply to Jonathan Druart from comment #4)
+ $per_page ||= 10;
Sure about that? It's a change in the behavior. I would default to 'all'.
$per_page defaults to 10 only if $page is defined. If $page and $per_page are both undefined the behavior is to return all checkouts. -- You are receiving this mail because: You are watching all bug changes.