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