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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-2 / +1 lines)
Lines 307-313 Item types › Administration › Koha Link Here
307
                        [% ELSE %]
307
                        [% ELSE %]
308
                            <input type="checkbox" id="automatic_checkin" name="automatic_checkin" value="1" />
308
                            <input type="checkbox" id="automatic_checkin" name="automatic_checkin" value="1" />
309
                        [% END %]
309
                        [% END %]
310
                        <span class="hint">If checked, items will be automatically checked in once they've reached their due date.</span>
310
                        <span class="hint">If checked, items will be automatically checked in once they've reached their due date. This feature requires the <code>misc/cronjobs/automatic_checkin.pl</code> cronjob. Ask your system administrator to schedule it.</span>
311
                </li>
311
                </li>
312
                <li>
312
                <li>
313
                    <label for="rentalcharge">Rental charge: </label>
313
                    <label for="rentalcharge">Rental charge: </label>
314
- 

Return to bug 28913