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