|
Lines 356-362
Link Here
|
| 356 |
[% ELSIF itemloo.not_holdable == 'cannotReserveFromOtherBranches' %] |
356 |
[% ELSIF itemloo.not_holdable == 'cannotReserveFromOtherBranches' %] |
| 357 |
Patron is from different library |
357 |
Patron is from different library |
| 358 |
[% ELSIF itemloo.not_holdable == 'branchNotInHoldGroup' %] |
358 |
[% ELSIF itemloo.not_holdable == 'branchNotInHoldGroup' %] |
| 359 |
Cannot place hold from patrons's library |
359 |
Cannot place hold from patron's library |
| 360 |
[% ELSIF itemloo.not_holdable == 'itemAlreadyOnHold' %] |
360 |
[% ELSIF itemloo.not_holdable == 'itemAlreadyOnHold' %] |
| 361 |
Patron already has hold for this item |
361 |
Patron already has hold for this item |
| 362 |
[% ELSIF itemloo.not_holdable == 'cannotBeTransferred' %] |
362 |
[% ELSIF itemloo.not_holdable == 'cannotBeTransferred' %] |
| 363 |
- |
|
|