Koha/serials
Jonathan Druart 6ee8dd3a59 Bug 15407: Koha::Patron::Categories - replace C4::Category->all
The C4::Category module contained only 1 method to return the patron
categories available for the logged in user.
The new method Koha::Patron::Categories->search_limited does exactly the
same thing (see tests) and must be used in place of it.

Test plan:
- Same prerequisite as before
For the following pages, you should not see patron categories limited to
other libraries.
- On the 'Item circulation alerts' admin page
  (admin/item_circulation_alerts.pl), modify the settings for check-in
  and checkout (NOTE: Should not we display all patron categories on
  this page? If yes, it must be done in another bug report to ease
  backporting it).
- Search for patrons in the admin (budget) and acquisition (order) module.
- On the patron home page (search form in the header)

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2016-09-08 13:29:03 +00:00
..
acqui-search-result.pl Bug 14870: (followup) Remove stray C4::Dates 2015-11-19 13:05:06 -03:00
acqui-search.pl Bug 9978: Replace license header with the correct license (GPLv3+) 2015-04-20 09:59:38 -03:00
add_fields.pl Bug 10855: interface configuration for adding new fields to subscriptions 2015-10-02 15:10:30 -03:00
add_user_search.pl Bug 15407: Koha::Patron::Categories - replace C4::Category->all 2016-09-08 13:29:03 +00:00
checkexpiration.pl Bug 16154: Fix some other occurrences 2016-04-26 23:16:44 +00:00
claims.pl Bug 15451: Koha::CsvProfiles - Remove the residue 2016-07-22 17:18:36 +00:00
create-numberpattern.pl Bug 11944: use CGI( -utf8 ) everywhere 2015-01-13 13:07:21 -03:00
lateissues-export.pl Bug 15451: Koha::CsvProfiles - Remove the residue 2016-07-22 17:18:36 +00:00
reorder_members.pl Bug 9978: Replace license header with the correct license (GPLv3+) 2015-04-20 09:59:38 -03:00
routing-preview.pl Bug 14969: Remove C4::Dates from serials/*.pl files 2015-11-17 15:35:57 -03:00
routing.pl Bug 14969: Remove C4::Dates from serials/*.pl files 2015-11-17 15:35:57 -03:00
serial-issues.pl Bug 16154: CGI->multi_param - Force scalar context 2016-04-26 23:16:43 +00:00
serials-collection.pl Bug 16154: CGI->multi_param - Force scalar context 2016-04-26 23:16:43 +00:00
serials-edit.pl Bug 16154: CGI->multi_param - Declare a list 2016-04-26 23:16:42 +00:00
serials-home.pl Bug 9978: Replace license header with the correct license (GPLv3+) 2015-04-20 09:59:38 -03:00
serials-search.pl Bug 16154: CGI->multi_param - Manual changes 2016-04-26 23:16:43 +00:00
showpredictionpattern.pl Bug 16154: CGI->multi_param - Force scalar context 2016-04-26 23:16:43 +00:00
subscription-add.pl Bug 16154: CGI->multi_param - Force scalar context 2016-04-26 23:16:43 +00:00
subscription-bib-search.pl Bug 12478: make things using SimpleSearch use the new version 2016-04-26 20:20:07 +00:00
subscription-detail.pl Bug 14969: Remove C4::Dates from serials/*.pl files 2015-11-17 15:35:57 -03:00
subscription-frequencies.pl Bug 11944: use CGI( -utf8 ) everywhere 2015-01-13 13:07:21 -03:00
subscription-frequency.pl Bug 11944: use CGI( -utf8 ) everywhere 2015-01-13 13:07:21 -03:00
subscription-history.pl Bug 14969: Remove C4::Dates from serials/*.pl files 2015-11-17 15:35:57 -03:00
subscription-numberpattern.pl Bug 11944: use CGI( -utf8 ) everywhere 2015-01-13 13:07:21 -03:00
subscription-numberpatterns.pl Bug 11944: use CGI( -utf8 ) everywhere 2015-01-13 13:07:21 -03:00
subscription-renew.pl Bug 16154: CGI->multi_param - Force scalar context 2016-04-26 23:16:43 +00:00
viewalerts.pl Bug 9978: Replace license header with the correct license (GPLv3+) 2015-04-20 09:59:38 -03:00