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 313-319 Item types › Administration › Koha Link Here
313
                        [% ELSE %]
313
                        [% ELSE %]
314
                            <input type="checkbox" id="automatic_checkin" name="automatic_checkin" value="1" />
314
                            <input type="checkbox" id="automatic_checkin" name="automatic_checkin" value="1" />
315
                        [% END %]
315
                        [% END %]
316
                        <span class="hint">If checked, items will be automatically checked in once they've reached their due date.</span>
316
                        <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>
317
                </li>
317
                </li>
318
                <li>
318
                <li>
319
                    <label for="rentalcharge">Rental charge: </label>
319
                    <label for="rentalcharge">Rental charge: </label>
320
- 

Return to bug 28913