Bug 5917 / Bug 6085 : Fixing not being able to change language
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / circ / pendingreserves.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Holds to Pull</h1>
4
5 <p>This report will show you all of the items that have holds on them that are available at the library for pulling.</p>
6
7 <p>This report will be generated based on a few system preferences:</p>
8
9 <ul>
10         <li>StaticHoldsQueueWeight
11 <ul>
12         <li>Allows the library to specify a list of library location codes -- if used alone, it will rank the list statically, selecting the top-ranking available location to be added to the picklist.</li>
13 </ul>
14 </li>
15         <li>RandomizeHoldsQueueWeight
16 <ul>
17         <li>If 'RandomizeHoldsQueueWeight' and 'StaticHoldsQueueWeight' are set, the list of library codes in the 'StaticHoldsQueueWeight' system preference are randomized rather than statically ranked. If RandomizeHoldsQueueWeight alone is set, the list of all available library codes is used to randomize the weight.</li>
18 </ul>
19 </li>
20 </ul>
21
22 <p>If neither 'RandomizeHoldsQueueWeight' or 'StaticHoldsQueueWeight' is set, the holds queue is statically ranked according to how they are pulled out of the system database.</p>
23
24 <p>You can limit the results you see by using the Refine box on the left side of the page</p>
25
26 [% INCLUDE 'help-bottom.inc' %]