|
Lines 199-211
Link Here
|
| 199 |
<legend>Options</legend> |
199 |
<legend>Options</legend> |
| 200 |
<ol> |
200 |
<ol> |
| 201 |
<li> |
201 |
<li> |
|
|
202 |
<div class="hint">This option checks in items to remove them from patron accounts.</br>Items are not marked found, nor do damaged/withdrawn statuses prevent this return, nor are item locations updated. This feature is intended to allow removal of checkouts from patron accounts without affecting fines or other statuses.</div></br> |
| 202 |
<div class="subfield_line"> |
203 |
<div class="subfield_line"> |
| 203 |
<p>This option allows returning items to remove them from patron accounts</br>Items are not marked found nor do statuses prevent this return. This feature is intended to allow removal and deletion of items without affecting fines or other statuses</p></br> |
204 |
<label for="mark_items_returned">Check in items:</label> |
| 204 |
<label for="mark_items_returned">Mark items returned:</label> |
|
|
| 205 |
<select id="mark_items_returned" name="mark_items_returned" class="input_marceditor select2" style="width: 50px"> |
205 |
<select id="mark_items_returned" name="mark_items_returned" class="input_marceditor select2" style="width: 50px"> |
| 206 |
<option selected></option> |
|
|
| 207 |
<option value="1">Yes</option> |
206 |
<option value="1">Yes</option> |
| 208 |
<option value="0">No</option> |
207 |
<option value="0" selected>No</option> |
| 209 |
</select> |
208 |
</select> |
| 210 |
</div> |
209 |
</div> |
| 211 |
</li> |
210 |
</li> |
| 212 |
- |
|
|