]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/modules/local_admin/pages/multiple_holds_admin.adoc
Docs: add admin docs for multiple holds feature
[Evergreen.git] / docs / modules / local_admin / pages / multiple_holds_admin.adoc
1 [[multiple_holds_admin]]
2 = Placing Multiple Holds
3 ::toc::
4
5 indexterm:[holds,placing multiple]
6
7 You can allow some or all of your patrons to place multiple holds at
8 once.
9
10 .Use case
11 ****
12 This feature is especially beneficial for book clubs and reading groups,
13 which need to place holds on multiple copies of a title.
14 ****
15
16 Users with the appropriate permissions now have the ability to place multiple title/metarecords holds at once. 
17
18 In order to use the feature:
19
20 . Go to *Administration -> Local Administration -> Library Settings Editor*.
21 . Set the Maximum number of duplicate holds allowed Library Setting
22 (_circ.holds.max_duplicate_holds_) to a number higher than 1.
23 . Go to *Administration -> User Permission Editor* to give the _CREATE_DUPLICATE_HOLDS_
24 permission to the users that need it.
25
26 When placing a title or metarecord hold, a Number of copies field will display for
27 these users. This field is not available when placing part, volume or copy holds.
28
29 [TIP]
30 ====
31 You can also add the _CREATE_DUPLICATE_HOLDS_ permission to a permission
32 group in *Administration -> Server Administration -> Permission Group*.
33 For example, you could create a new patron group called "Book club leaders".
34 ====
35
36 [TIP]
37 ====
38 If you are only applying this to certain patrons on an ad-hoc basis,
39 make sure that all circulation workers who might need to grant this
40 permission to a patron have the permission to grant it.
41 ====
42
43 This feature does not change the way in which the system fills holds. The multiple holds will fill in the same way that they would if the user had placed multiple holds separately.
44