Bug 28913: Note cronjob on automatic return settings in itemtypes

To test:
1 - go to itemtype config in Admin
2 - confirm it doesn't mention the automatic_return cron
3 - apply patch and restart
4 - confirm note now says "This feature requires the misc/cronjobs/automatic_checkin.pl cronjob. Ask your system administrator to schedule it."

Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Andrew Fuerste-Henry 2021-08-27 16:27:53 +00:00 committed by Jonathan Druart
parent f0858a202b
commit 0011eca7e6

View file

@ -313,7 +313,7 @@ Item types &rsaquo; Administration &rsaquo; Koha
[% ELSE %]
<input type="checkbox" id="automatic_checkin" name="automatic_checkin" value="1" />
[% END %]
<span class="hint">If checked, items will be automatically checked in once they've reached their due date.</span>
<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>
</li>
<li>
<label for="rentalcharge">Rental charge: </label>