Bug 9988: Refactor the cron script
[koha.git] / misc / cronjobs / crontab.example
index 1765f7e..e1b4c1f 100644 (file)
@@ -57,6 +57,9 @@ KOHA_CRON_PATH = /usr/share/koha/bin/cronjobs
 
 15   1 * * *  __KOHA_USER__  $KOHA_CRON_PATH/membership_expiry.pl -c
 
+# SERIALS UPDATE
+18   1 * * * __KOHA_USER__  $KOHA_CRON_PATH/serialsUpdate.pl -c
+
 # PROCESS LONG OVERDUES
 # updates item status from available to longoverdue for items long overdue
 # 19 1 * * *  __KOHA_USER__  $KOHA_CRON_PATH/longoverdue.pl --lost 90=1 --confirm