From 854da2b47afbe2a1ab77a52a270e8f8da3bc2741 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Fri, 25 Oct 2013 16:40:03 +1300 Subject: [PATCH] Bug 11138 - auto_unsuspend_holds cronjob not in default cron jobs. to test: Install the packages with this patch, observe the /etc/cron.daily/koha-common file - auto_unsuspend_holds should now be in the default list. Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall --- debian/koha-common.cron.daily | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/debian/koha-common.cron.daily b/debian/koha-common.cron.daily index e2c7a80..ebc4916 100644 --- a/debian/koha-common.cron.daily +++ b/debian/koha-common.cron.daily @@ -22,4 +22,5 @@ koha-foreach --enabled /usr/share/koha/bin/cronjobs/holds/cancel_expired_holds.p koha-foreach --enabled /usr/share/koha/bin/cronjobs/services_throttle.pl > /dev/null 2>&1 koha-foreach --enabled /usr/share/koha/bin/cronjobs/cleanup_database.pl --sessions --zebraqueue 10 koha-foreach --enabled --noemail /usr/share/koha/bin/cronjobs/cleanup_database.pl --mail +koha-foreach --enabled /usr/share/koha/bin/cronjobs/holds/auto_unsuspend_holds.pl > /dev/null 2>&1 koha-run-backups --days 2 --output /var/spool/koha -- 1.7.2.5