Bug 28688: Add renewal to crontab example

Note: I did not add an example to the debian cron daily file, since
we have no commented lines there. And automatic renewal is no default
behavior.

Test plan:
Read new lines in misc/cronjobs/crontab.example. Just comments.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Marcel de Rooy 2023-06-15 06:39:00 +00:00 committed by Tomas Cohen Arazi
parent 9ab80608f1
commit 5588d688fd
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -54,8 +54,10 @@ KOHA_CRON_PATH = /usr/share/koha/bin/cronjobs
10 1 * * * __KOHA_USER__ $KOHA_CRON_PATH/advance_notices.pl -c
# MEMBERSHIP_EXPIRY NOTICES
15 1 * * * __KOHA_USER__ $KOHA_CRON_PATH/membership_expiry.pl -c
# To allow automatic renewal for 'active' patrons and send expiry notices to inactive ones, do:
# 15 1 * * * __KOHA_USER__ $KOHA_CRON_PATH/membership_expiry.pl -c -active -renew
# 15 1 * * * __KOHA_USER__ $KOHA_CRON_PATH/membership_expiry.pl -c -inactive
# SERIALS UPDATE
18 1 * * * __KOHA_USER__ $KOHA_CRON_PATH/serialsUpdate.pl -c