https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19502 --- Comment #8 from Alex Arnaud <alex.arnaud@biblibre.com> --- Comment on attachment 74587 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=74587 Bug 19520: (follow-up) Pass parameters to avoid making templates depend on search engine Review of attachment 74587: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=19502&attachment=74587) ----------------------------------------------------------------- ::: catalogue/search.pl @@ +677,4 @@
last_page_offset => $last_page_offset, previous_page_offset => $previous_page_offset) unless $pages < 2; $template->param( next_page_offset => $next_page_offset) unless $pages eq $current_page_number; + warn "topage $hits_to_paginate";
Debug thing ? -- You are receiving this mail because: You are watching all bug changes.