Lines 587-592
Link Here
|
587 |
Cannot be transferred to pickup library |
587 |
Cannot be transferred to pickup library |
588 |
[% ELSIF itemloo.not_holdable == 'pickupNotInHoldGroup' %] |
588 |
[% ELSIF itemloo.not_holdable == 'pickupNotInHoldGroup' %] |
589 |
Only pickup locations within the same hold group are allowed |
589 |
Only pickup locations within the same hold group are allowed |
|
|
590 |
[% ELSIF itemloo.not_holdable == 'libraryNotPickupLocation' %] |
591 |
Library is not a pickup location |
590 |
[% ELSE %] |
592 |
[% ELSE %] |
591 |
[% itemloo.not_holdable | html %] |
593 |
[% itemloo.not_holdable | html %] |
592 |
[% END %] |
594 |
[% END %] |
593 |
- |
|
|