|
Lines 211-217
Link Here
|
| 211 |
<li> |
211 |
<li> |
| 212 |
<label for="pickup">Pickup at:</label> |
212 |
<label for="pickup">Pickup at:</label> |
| 213 |
<select name="pickup" size="1" id="pickup"> |
213 |
<select name="pickup" size="1" id="pickup"> |
| 214 |
[% PROCESS options_for_libraries libraries => Branches.all({ selected => pickup, search_params => { pickup_location => 1 } }) %] |
214 |
[% UNLESS ( multi_hold ) %] |
|
|
215 |
[% PROCESS options_for_libraries libraries => Branches.pickup_locations({ search_params => { biblio => biblionumber, patron => patron }, selected => pickup }) %] |
| 216 |
[% ELSE %] |
| 217 |
[% PROCESS options_for_libraries libraries => Branches.all({ selected => pickup, search_params => { pickup_location => 1 } }) %] |
| 218 |
[% END %] |
| 215 |
</select> |
219 |
</select> |
| 216 |
</li> |
220 |
</li> |
| 217 |
|
221 |
|
|
Lines 314-319
Link Here
|
| 314 |
<th>Vol no.</th> |
318 |
<th>Vol no.</th> |
| 315 |
[% END %] |
319 |
[% END %] |
| 316 |
<th class="title-string">Information</th> |
320 |
<th class="title-string">Information</th> |
|
|
321 |
<th class="title-string">Allowed pickup locations</th> |
| 317 |
</tr> |
322 |
</tr> |
| 318 |
</thead> |
323 |
</thead> |
| 319 |
<tbody> |
324 |
<tbody> |
|
Lines 350-359
Link Here
|
| 350 |
Not holdable |
355 |
Not holdable |
| 351 |
[% ELSIF itemloo.not_holdable == 'cannotReserveFromOtherBranches' %] |
356 |
[% ELSIF itemloo.not_holdable == 'cannotReserveFromOtherBranches' %] |
| 352 |
Patron is from different library |
357 |
Patron is from different library |
|
|
358 |
[% ELSIF itemloo.not_holdable == 'branchNotInHoldGroup' %] |
| 359 |
Cannot place hold from patrons's library |
| 353 |
[% ELSIF itemloo.not_holdable == 'itemAlreadyOnHold' %] |
360 |
[% ELSIF itemloo.not_holdable == 'itemAlreadyOnHold' %] |
| 354 |
Patron already has hold for this item |
361 |
Patron already has hold for this item |
| 355 |
[% ELSIF itemloo.not_holdable == 'cannotBeTransferred' %] |
362 |
[% ELSIF itemloo.not_holdable == 'cannotBeTransferred' %] |
| 356 |
Cannot be transferred to pickup library |
363 |
Cannot be transferred to pickup library |
|
|
364 |
[% ELSIF itemloo.not_holdable == 'pickupNotInHoldGroup' %] |
| 365 |
Pickup library is not in hold group |
| 357 |
[% ELSE %] |
366 |
[% ELSE %] |
| 358 |
[% itemloo.not_holdable | html %] |
367 |
[% itemloo.not_holdable | html %] |
| 359 |
[% END %] |
368 |
[% END %] |
|
Lines 437-442
Link Here
|
| 437 |
<br />Damaged |
446 |
<br />Damaged |
| 438 |
[% END %] |
447 |
[% END %] |
| 439 |
</td> |
448 |
</td> |
|
|
449 |
<td> |
| 450 |
[% itemloo.pickup_locations | html %] |
| 451 |
</td> |
| 440 |
</tr> |
452 |
</tr> |
| 441 |
[% END %] <!--UNLESS item hide--> |
453 |
[% END %] <!--UNLESS item hide--> |
| 442 |
[% END %] <!-- itemloop --> |
454 |
[% END %] <!-- itemloop --> |