]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/Circulation/alternate_patron_hold_pickup.adoc
LP#1661688: tweaks to release notes
[Evergreen.git] / docs / RELEASE_NOTES_NEXT / Circulation / alternate_patron_hold_pickup.adoc
1 Alternate Patron Hold Pickup
2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3 This feature adds a bit of convenience to a common task: checking out
4 an item on hold to another patron (typically a family member or helper).
5
6 When you checkout the item, you will get a pop-up window with warnings associated
7 with this item.  The "ITEM_ON_HOLDS_SHELF" message is now expanded to
8
9  * Let you know the name of the person who had placed the hold.
10  * Give you the option (in the form of a checkbox) of cancelling the
11    hold placed by the above-named patron.  (Checked = Cancel the hold;
12    Unchecked = Leave the hold in place)
13
14 The initial value of the checkbox is derived from the circ.clear_hold_on_checkout
15 organizational setting.
16
17 If the operator has CANCEL_HOLD privilege, then if the checkbox is checked and
18 the checkout is allowed to proceed, the hold will be cancelled with a note that
19 the item was checked out to another patrron.
20
21 This feature is available in the browser-based staff client.