|
Lines 215-225
Link Here
|
| 215 |
<label for="branch_[% bibitemloo.biblionumber %]">Pick up location:</label> |
215 |
<label for="branch_[% bibitemloo.biblionumber %]">Pick up location:</label> |
| 216 |
[% UNLESS ( bibitemloo.holdable ) %] |
216 |
[% UNLESS ( bibitemloo.holdable ) %] |
| 217 |
<select name="branch" id="branch_[% bibitemloo.biblionumber %]" disabled="disabled"> |
217 |
<select name="branch" id="branch_[% bibitemloo.biblionumber %]" disabled="disabled"> |
| 218 |
[% PROCESS options_for_libraries libraries => Branches.pickup_locations( selected => branch ) %] |
218 |
[% PROCESS options_for_libraries libraries => Branches.pickup_locations( biblio => bibitemloo.biblionumber, selected => branch ) %] |
| 219 |
</select> |
219 |
</select> |
| 220 |
[% ELSE %] |
220 |
[% ELSE %] |
| 221 |
<select name="branch" id="branch_[% bibitemloo.biblionumber %]"> |
221 |
<select name="branch" id="branch_[% bibitemloo.biblionumber %]"> |
| 222 |
[% PROCESS options_for_libraries libraries => Branches.pickup_locations( selected => branch ) %] |
222 |
[% PROCESS options_for_libraries libraries => Branches.pickup_locations( biblio => bibitemloo.biblionumber, selected => branch ) %] |
| 223 |
</select> |
223 |
</select> |
| 224 |
[% END # / UNLESS bibitemloo.holdable %] |
224 |
[% END # / UNLESS bibitemloo.holdable %] |
| 225 |
</li> |
225 |
</li> |
| 226 |
- |
|
|