Lines 624-629
Link Here
|
624 |
Only pickup locations within the same hold group are allowed |
624 |
Only pickup locations within the same hold group are allowed |
625 |
[% ELSIF itemloo.not_holdable == 'noReservesAllowed' %] |
625 |
[% ELSIF itemloo.not_holdable == 'noReservesAllowed' %] |
626 |
No reserves are allowed on this item |
626 |
No reserves are allowed on this item |
|
|
627 |
[% ELSIF itemloo.not_holdable == 'libraryNotPickupLocation' %] |
628 |
Library is not a pickup location |
627 |
[% ELSE %] |
629 |
[% ELSE %] |
628 |
[% itemloo.not_holdable | html %] |
630 |
[% itemloo.not_holdable | html %] |
629 |
[% END %] |
631 |
[% END %] |
630 |
- |
|
|