[Koha-bugs] [Bug 29186] Move reports result limit menu into toolbar

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 11 15:42:57 CEST 2021


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

--- Comment #5 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 126044
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126044&action=edit
Bug 29186: (QA follow-up) Correct the check for showing limit menu

The template conditional for showing the limit menu should be changed
from:

[% IF ( unlimited_total > limit ) %]

to:

[% IF ( unlimited_total >= limit ) %]

...to avoid hiding the menu when there are exactly 1000 results. I have
also changed other parts of the template that used the same check.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list