Koha/koha-tmpl/intranet-tmpl/prog/en/modules/members
Jonathan Druart cae4b98060 Bug 15407: Koha::Patron::Categories - replace GetborCatFromCatType
This unnecessary complicated subroutine returned an arrayref and an
hashref of the patron categories available for the logged in user, for a given
category_type, ordered by categorycode.
This can now be done with the search_limited method.

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 categorycode.
- Add/edit a patron, change his/her patron category value.
- On the 3 following reports:
    reports/bor_issues_top.pl
    reports/borrowers_out.pl
    reports/cat_issues_top.pl
The display for these 3 reports are different than the 2 from the first
patch (borrowers_stats.pl issues_avg_stats.pl): they are ordered by
categorycode and the ones limited to other libraries are not displayed
(should certainly be fixed).

Note that the big part of this patch has already been tested before
(update child related: CATCODE_MULTI).

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:22 +00:00
..
tables Bug 17076 - Format fines in patron search results table 2016-08-10 14:05:48 +00:00
boraccount.tt Bug 16888: Add Font Awesome Icons to Members 2016-07-15 18:02:48 +00:00
deletemem.tt Bug 17097: here the var is 'member', not 'borrowernumber' 2016-08-18 15:55:24 +00:00
discharge.tt Bug 16465: Fix typo issues vs checkouts 2016-06-10 16:45:31 +00:00
discharges.tt
files.tt
mancredit.tt
maninvoice.tt
member-flags.tt Bug 16494 - Remove the use of "onclick" from some patron pages 2016-06-24 13:46:54 +00:00
member-password.tt Bug 16992: FIX CSRF in member-password.pl 2016-08-10 13:34:02 +00:00
member.tt Bug 15407: Koha::Patron::Categories - replace C4::Category->all 2016-09-08 13:29:03 +00:00
memberentrygen.tt Bug 14060: Add the datepicker class to dateofbirth 2016-09-08 12:04:21 +00:00
members-update.tt Bug 16990: Display branch names instead of code in patron mod requests 2016-09-02 14:44:03 +00:00
moremember-brief.tt Bug 16730 - Use member-display-address-style*-includes in moremember-brief.tt 2016-07-08 14:41:31 +00:00
moremember-print.tt Bug 17100: Restore previous logic 2016-08-18 16:14:28 +00:00
moremember-receipt.tt Bug 16218: printfeercpt.tt (and others) does not include jQuery 2016-04-29 14:14:54 +00:00
moremember.tt Bug 14060: Force the input to contain a valid date 2016-09-08 12:04:20 +00:00
nl-search.tt
notices.tt Bug 16494 - Remove the use of "onclick" from some patron pages 2016-06-24 13:46:54 +00:00
pay.tt Bug 16888: Add Font Awesome Icons to Members 2016-07-15 18:02:48 +00:00
paycollect.tt Bug 14605 - Corrects the individual fine's description 2016-06-10 17:34:08 +00:00
printfeercpt.tt Bug 16218: printfeercpt.tt (and others) does not include jQuery 2016-04-29 14:14:54 +00:00
printinvoice.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
purchase-suggestions.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
readingrec.tt Bug 16478: Fix checkout history tabs - intranet 2016-05-23 17:22:04 +00:00
routing-lists.tt
statistics.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
update-child.tt Bug 15407: Koha::Patron::Categories - replace GetborCatFromCatType 2016-09-08 13:29:22 +00:00