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

--- Comment #8 from ByWater Sandboxes <bws.sandbo...@gmail.com> ---
Created attachment 138194
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=138194&action=edit
Bug 28864: Have patron search use PatronsPerPage better.

Add pageLength to members/member.tt
Add aLengthMenu and pageLength to
 patroncards/add_user_search (common/patron_search.tt).
Add aLengthMenu, pageLength, and iDisplayLength to patroncards/edit-batch

Test plan:
1. Set the PatronsPerPage system preference to any integer other than 20.

2. Go to the Patrons page and search for patrons.
3. Observe that the per page drop down defaults to 20.

4. Go to Tools -> Patron card creator.
5. Start a new Card Batch.
6. Click the 'Add patron(s)' button to open the patron search window.
7. Do a search.
8. Observe that the per page drop down defaults to 20.
8b.  If the PatronsPerPage was set to a value other than 10, 20, 50, or 100
      observe that that value is not in the per page drop down.
9. Close patron search window.

10. Apply patch.
11. Click the 'Add patron(s)' button again to open the patron search window.
12. Do a search.
13. Observe that the per page drop down includes the value of PatronsPerPage
     and that value is selected by default.

14. Go back to the Patrons page and search for patrons.
15. Observe that the per page drop down defaults to the value of the
     PatronsPerPage system preference.

Signed-off-by: Sally <sally.hea...@cheshiresharedservices.gov.uk>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to