11 Oct
2021
11 Oct
'21
3:42 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29186 --- Comment #5 from Owen Leonard <oleonard@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.