|
Lines 342-351
Link Here
|
| 342 |
Not holdable |
342 |
Not holdable |
| 343 |
[% ELSIF itemloo.not_holdable == 'cannotReserveFromOtherBranches' %] |
343 |
[% ELSIF itemloo.not_holdable == 'cannotReserveFromOtherBranches' %] |
| 344 |
Patron is from different library |
344 |
Patron is from different library |
|
|
345 |
[% ELSIF itemloo.not_holdable == 'branchNotInHoldGroup' %] |
| 346 |
Cannot place hold from patrons's library |
| 345 |
[% ELSIF itemloo.not_holdable == 'itemAlreadyOnHold' %] |
347 |
[% ELSIF itemloo.not_holdable == 'itemAlreadyOnHold' %] |
| 346 |
Patron already has hold for this item |
348 |
Patron already has hold for this item |
| 347 |
[% ELSIF itemloo.not_holdable == 'cannotBeTransferred' %] |
349 |
[% ELSIF itemloo.not_holdable == 'cannotBeTransferred' %] |
| 348 |
Cannot be transferred to pickup library |
350 |
Cannot be transferred to pickup library |
|
|
351 |
[% ELSIF itemloo.not_holdable == 'pickupNotInHoldGroup' %] |
| 352 |
Pickup library is not in hold group |
| 349 |
[% ELSE %] |
353 |
[% ELSE %] |
| 350 |
[% itemloo.not_holdable | html %] |
354 |
[% itemloo.not_holdable | html %] |
| 351 |
[% END %] |
355 |
[% END %] |
| 352 |
- |
|
|