Lines 200-212
Link Here
|
200 |
<legend>Options</legend> |
200 |
<legend>Options</legend> |
201 |
<ol> |
201 |
<ol> |
202 |
<li> |
202 |
<li> |
|
|
203 |
<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> |
203 |
<div class="subfield_line"> |
204 |
<div class="subfield_line"> |
204 |
<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> |
205 |
<label for="mark_items_returned">Check in items:</label> |
205 |
<label for="mark_items_returned">Mark items returned:</label> |
|
|
206 |
<select id="mark_items_returned" name="mark_items_returned" class="input_marceditor select2" style="width: 50px"> |
206 |
<select id="mark_items_returned" name="mark_items_returned" class="input_marceditor select2" style="width: 50px"> |
207 |
<option selected></option> |
|
|
208 |
<option value="1">Yes</option> |
207 |
<option value="1">Yes</option> |
209 |
<option value="0">No</option> |
208 |
<option value="0" selected>No</option> |
210 |
</select> |
209 |
</select> |
211 |
</div> |
210 |
</div> |
212 |
</li> |
211 |
</li> |
213 |
- |
|
|