Lines 226-232
Link Here
|
226 |
<label for="branch_[% bibitemloo.biblionumber %]">Pick up location:</label> |
226 |
<label for="branch_[% bibitemloo.biblionumber %]">Pick up location:</label> |
227 |
[% UNLESS ( bibitemloo.holdable ) %] |
227 |
[% UNLESS ( bibitemloo.holdable ) %] |
228 |
<select name="branch" id="branch_[% bibitemloo.biblionumber %]" disabled="disabled"> |
228 |
<select name="branch" id="branch_[% bibitemloo.biblionumber %]" disabled="disabled"> |
229 |
[% PROCESS options_for_libraries libraries => Branches.all({ search_params => { pickup_location => 1 }, selected => branch }) %] |
229 |
[% PROCESS options_for_libraries libraries => Branches.pickup_locations( biblio => bibitemloo.biblionumber, selected => branch ) %] |
230 |
</select> |
230 |
</select> |
231 |
[% ELSE %] |
231 |
[% ELSE %] |
232 |
[% SET at_least_one_library_not_available_for_pickup = 0 %] |
232 |
[% SET at_least_one_library_not_available_for_pickup = 0 %] |
233 |
- |
|
|