Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Kyle M Hall 7e956e85b1 Bug 15524: Set limit on maximum possible holds per patron by category
It's possible to set a limit on the maximum number of holds for a particular branch/category/itemtype, but not on the total number of holds for a given patron (by branch/category).
This new rule works in conjunction with the existing branch/borrower/item rules in that Koha will use the lower of the two limits. This new rule counts all holds of all types, which prevents bib-level holds from not being counted for the purpose of these limits. This makes the most sense and was also requested by the sponsor.

Test Plan:
1) Apply this patch
2) Run updatedatabase.pl
3) Go to the circ rules editor, note the new max holds rules
   by patron category in the "Checkout limit by patron category".
   ( Should we rename this section? )
4) Create find a patron that is allowed to place a hold, count the
   number of holds that patron has. Lets make that number 'X'.
5) Set the new max holds rule to X for "All libraries"
6) Note the patron can no longer place another hold
7) Set the new max holds rule to X + 1 for the patron's home library
8) Note the patron can again place another hold
9) Set the new max holds rule to X for the patron's home library
10) Note the patron can no longer place another hold

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

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

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2018-08-24 16:23:27 +00:00
..
acqui Bug 20014: Preselect item budget based on id not code 2018-08-21 11:45:19 +00:00
admin Bug 15524: Set limit on maximum possible holds per patron by category 2018-08-24 16:23:27 +00:00
authorities Bug 13618: Manually replace missing .raw 2018-08-17 15:55:10 +00:00
basket Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
batch Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
catalogue Bug 13618: Add missing raw filters 2018-08-17 15:55:14 +00:00
cataloguing Bug 13618: Manually replace missing .raw 2018-08-17 15:55:10 +00:00
circ Bug 19719: Add new column for collection in the patron checkouts data tables 2018-08-22 13:21:14 +00:00
clubs Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
common Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
course_reserves Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
errors Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
help Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
ill Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
installer Bug 13618: Remove html filters for HtmlTags 2018-08-17 15:55:08 +00:00
labels Bug 13618: (follow-up) Add html filters to all the variables 2018-08-17 15:55:13 +00:00
members Bug 21209: (bug 20828 follow-up) Step 4 of moremember is used for Housebound and additional attributes 2018-08-24 16:23:26 +00:00
offline_circ Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
onboarding Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
patron_lists Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
patroncards Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
plugins Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
reports Bug 13618: Remove filter when assigning array 2018-08-17 16:53:56 +00:00
reserve Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
reviews Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
rotating_collections Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
serials Bug 13618: Remove filter when assigning array 2018-08-17 16:53:56 +00:00
services Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
suggestion Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
tags Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
test
tools Bug 7996: (QA follow-up) Remove unnecessary permission check view logs template 2018-08-22 11:47:10 +00:00
virtualshelves Bug 19039: (RM follow-up) Add filters to variables 2018-08-24 16:23:27 +00:00
about.tt Bug 13618: Remove html filters for HtmlTags 2018-08-17 15:55:08 +00:00
auth.tt Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
intranet-main.tt Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00