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

(-)a/misc/cronjobs/crontab.example (-2 / +1 lines)
Lines 48-54 KOHA_CRON_PATH = /usr/share/koha/bin/cronjobs Link Here
48
48
49
# AUTOMATIC RENEWAL + FINES + OVERDUE NOTICES
49
# AUTOMATIC RENEWAL + FINES + OVERDUE NOTICES
50
# Sequence is important - renew what can be renewed, charge fines for the rest, print fine amount into overdue notices
50
# Sequence is important - renew what can be renewed, charge fines for the rest, print fine amount into overdue notices
51
5    1 * * *  __KOHA_USER__ $KOHA_CRON_PATH/automatic_renewals.pl && $KOHA_CRON_PATH/fines.pl && $KOHA_CRON_PATH/overdue_notices.pl -t
51
5    1 * * *  __KOHA_USER__ $KOHA_CRON_PATH/automatic_renewals.pl; $KOHA_CRON_PATH/fines.pl; $KOHA_CRON_PATH/overdue_notices.pl -t
52
52
53
# ADVANCE NOTICES
53
# ADVANCE NOTICES
54
10   1 * * *  __KOHA_USER__  $KOHA_CRON_PATH/advance_notices.pl -c
54
10   1 * * *  __KOHA_USER__  $KOHA_CRON_PATH/advance_notices.pl -c
55
- 

Return to bug 11144