Bugzilla – Attachment 58443 Details for
Bug 17520
Add serialsUpdate.pl to the list of regular cron jobs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17520: Do not overlap with advance_notices.pl
Bug-17520-Do-not-overlap-with-advancenoticespl.patch (text/plain), 1.17 KB, created by
Jonathan Druart
on 2016-12-27 15:58:25 UTC
(
hide
)
Description:
Bug 17520: Do not overlap with advance_notices.pl
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-12-27 15:58:25 UTC
Size:
1.17 KB
patch
obsolete
>From 9b2d84311f3c967f1fc991874f68561d5b4edd95 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 27 Dec 2016 16:57:34 +0100 >Subject: [PATCH] Bug 17520: Do not overlap with advance_notices.pl > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > misc/cronjobs/crontab.example | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/misc/cronjobs/crontab.example b/misc/cronjobs/crontab.example >index 17f7ef9..e1b4c1f 100644 >--- a/misc/cronjobs/crontab.example >+++ b/misc/cronjobs/crontab.example >@@ -53,13 +53,13 @@ KOHA_CRON_PATH = /usr/share/koha/bin/cronjobs > # ADVANCE NOTICES > 10 1 * * * __KOHA_USER__ $KOHA_CRON_PATH/advance_notices.pl -c > >-# SERIALS UPDATE >-13 1 * * * __KOHA_USER__ $KOHA_CRON_PATH/serialsUpdate.pl -c >- > # MEMBERSHIP_EXPIRY NOTICES > > 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 >-- >2.9.3
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 17520
:
56997
|
58194
|
58442
| 58443