Bug 5917 / Bug 6085 : Fixing not being able to change language
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / reserve / request.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Holds</h1>
4         <ul>
5                 <li>Enter the barcode or partial name for the patron you'd like to hold the book for.</li>
6                 <li>You will be brought to a page where you can alter (if necessary) and/or confirm the hold
7                 <ul>
8                         <li>
9                     <span style="background-color: #ffe599">
10 TIP: Note that in this case an error message appears notifying the circulation librarians that the patron might want to pick the book up at his/her home branch.</span></li>
11                         <li>From here you can pick to either hold the next available item or a particular item
12                         <ul>
13                                 <li>Item level holds are available by checking the box next to a particular item</li>
14                                 <li>An item is available for an item level hold if<br/>
15                                 <ul>
16                                         <li>it is not lost AND,</li>
17                                         <li>it is not marked not for loan AND,</li>
18                                         <li>it is not withdrawn AND,</li>
19                                         <li>it is not damaged (unless the AllowHoldsOnDamagedItems system preference is ON), AND</li>
20                                         <li>it is not on loan (unless the AllowOnShelfHolds system preference is ON)</li>
21                                 </ul></li>
22                                 <li>
23                             <span style="background-color: #ffe599">
24 TIP:  If independent branches is on and the canreservefromotherbranches system preference is OFF, a staff operator is prevented from placing an item-level hold request on an item from a different branch</span></li>
25                         </ul></li>
26                         <li>To confirm the hold, click 'Place Hold'</li>
27                 </ul></li>
28         </ul>
29
30
31 <h3>Reordering holds</h3>
32
33         <ul>
34                 <li>Hold priority can be altered by viewing the holds for the title</li>
35                 <li>To view holds on a title, click the 'Holds' tab on the left</li>
36                 <li>By changing the priority number a patron can be moved up or down on the list of holds</li>
37         </ul>[% INCLUDE 'help-bottom.inc' %]