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

--- Comment #12 from Aleisha Amohia <[email protected]> ---
(In reply to Aleisha Amohia from comment #11)
> Created attachment 64938 [details] [review]
> Bug 13205: [FOLLOW-UP] Fixing math and variable names
> 
> Have changed
>   my $last_page = $pages * ( $results_per_page - 1 );
> to
>   my $last_page = ( $pages - 1) * $results_per_page;
> which seems to fix the 'last' button offset! (Comment 10)
> 
> Will add the box to jump to a page in a separate patch.

Actually, my apologies - I had written a patch for this in Bug 18128

> Adding the pagination to the top on the staff client will be dealt with
> in Bug 18916 as it is slightly out of the scope of this bug.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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