View | Details | Raw Unified | Return to bug 32019
Collapse All | Expand All

(-)a/Koha/Items.pm (-1 / +2 lines)
Lines 229-235 Set the passed boolean value to items.exclude_from_local_holds_priority Link Here
229
229
230
=item mark_items_returned
230
=item mark_items_returned
231
231
232
Move issues on these items to the old issues table, do not mark items found or adjust statuses or fines
232
Move issues on these items to the old issues table, do not mark items found, or
233
adjust damaged/withdrawn statuses, or fines, or locations.
233
234
234
=item callback
235
=item callback
235
236
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt (-5 / +3 lines)
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
- 

Return to bug 32019