From: Liz Rea <[email protected]>

To test:
Verify that there is a listed job for purge_suggestions.pl in the 
crontab.example

Signed-off-by: Chris Cormack <[email protected]>
---
 misc/cronjobs/crontab.example |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/misc/cronjobs/crontab.example b/misc/cronjobs/crontab.example
index b43d377..47bb064 100644
--- a/misc/cronjobs/crontab.example
+++ b/misc/cronjobs/crontab.example
@@ -76,3 +76,6 @@ KOHA_CRON_PATH = /usr/share/koha/bin/cronjobs
 
 # clean up databases nightly.  Be sure not to run this with --sessions during 
a time when the system is in use!
 16 1 * * * $KOHA_CRON_PATH/cleanup_database.pl --sessions --zebraqueue 10
+
+# delete old purchase suggestions weekly. 
+@weekly        $KOHA_CRON_PATH/purge_suggestions.pl > /dev/null 2>&1
-- 
1.7.4.1

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to