https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38177
--- Comment #10 from Jonathan Druart <[email protected]> --- (In reply to Pedro Amorim from comment #7) > (In reply to Jonathan Druart from comment #4) > > "All" results in 500 > > This problem exists before the patch, i.e. I think it's another problem. I don't think so. It's one of the responsibility of build_query_pagination 215 if ( $per_page == -1 || $per_page > 100 ) { $per_page = 100; } -- You are receiving this mail because: 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/
