[Koha-bugs] [Bug 15407] Move the patron categories related code to Koha::Patron::Categories - part 2

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 22 14:13:29 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15407

--- Comment #4 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 45909
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45909&action=edit
Bug 15407: Koha::Patron::Categories - replace GetBorrowercategoryList

C4::Members::GetBorrowercategoryList returned all the patron categories,
ordered by description.
This can be done using the search method of the Koha::Patron::Categories
module.

Test plan:
- Same prerequisite as before
For the following pages, you should not see patron categories limited to other
libraries. They should be ordered as before this patch, by description.
- On the "patron attribute types" admin page (admin/patron-attr-types.pl).
- On the "Batch patron deletion/anonymization"
  (tools/cleanborrowers.pl), the dropdown list should be filled
  correctly.
- On the following report:
    reports/reserves_stats.pl
Confirm that the patron categories are displayed and that the report
still works as before.

Note; tools/import_borrowers.pl and tools/modborrowers.pl have already
been tested previously.

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


More information about the Koha-bugs mailing list