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