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