https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38177
--- Comment #11 from Pedro Amorim <[email protected]> --- You're(In reply to Jonathan Druart from comment #10) > (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; } I must've tested it wrong, tested it again, you're right. Apologies. Thanks a lot for your help and input here @Joubu -- 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/
