|
Lines 72-78
Link Here
|
| 72 |
<input type="hidden" name="biblionumber" value="[% biblionumber | html %]" /> |
72 |
<input type="hidden" name="biblionumber" value="[% biblionumber | html %]" /> |
| 73 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" /> |
73 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" /> |
| 74 |
<input type="hidden" name="tobranchcd" value="[% tobranchcd | html %]" /> |
74 |
<input type="hidden" name="tobranchcd" value="[% tobranchcd | html %]" /> |
| 75 |
<input type="hidden" name="frombranchcd" value="[% frombranchcd | html %]" /> |
|
|
| 76 |
<input type="hidden" name="barcode" value="[% barcode | html %]" /> |
75 |
<input type="hidden" name="barcode" value="[% barcode | html %]" /> |
| 77 |
<input type="hidden" name="request" value="KillReserved" /> |
76 |
<input type="hidden" name="request" value="KillReserved" /> |
| 78 |
<input type="submit" value="Cancel" /> |
77 |
<input type="submit" value="Cancel" /> |
|
Lines 152-164
Link Here
|
| 152 |
<fieldset class="brief"> |
151 |
<fieldset class="brief"> |
| 153 |
<legend>Transfer</legend> |
152 |
<legend>Transfer</legend> |
| 154 |
<ol> |
153 |
<ol> |
| 155 |
<li> |
|
|
| 156 |
<label for="frombranchcd">Originating library: </label> |
| 157 |
<select name="frombranchcd" id="frombranchcd"> |
| 158 |
<option value="current_holding">Item's holding branch</option> |
| 159 |
[% PROCESS options_for_libraries libraries => Branches.all( selected => '', unfiltered => 1) %] |
| 160 |
</select> |
| 161 |
</li> |
| 162 |
<li> |
154 |
<li> |
| 163 |
<label for="tobranchcd">Destination library: </label> |
155 |
<label for="tobranchcd">Destination library: </label> |
| 164 |
<select name="tobranchcd" id="tobranchcd"> |
156 |
<select name="tobranchcd" id="tobranchcd"> |
| 165 |
- |
|
|