Bugzilla – Attachment 42651 Details for
Bug 14840
Add new cronjob to send membership expiry reminder notices in crontab.example file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14840 Added new cron script send membership expiry reminder notices in crontab.example file
Bug-14840-Added-new-cron-script-send-membership-ex.patch (text/plain), 1.06 KB, created by
Marcel de Rooy
on 2015-09-17 12:18:57 UTC
(
hide
)
Description:
Bug 14840 Added new cron script send membership expiry reminder notices in crontab.example file
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2015-09-17 12:18:57 UTC
Size:
1.06 KB
patch
obsolete
>From a9099a59f79a0b3044f06e85640573f89e2b3098 Mon Sep 17 00:00:00 2001 >From: Amit Gupta <amit.gupta@informaticsglobal.com> >Date: Thu, 17 Sep 2015 12:52:59 +0530 >Subject: [PATCH] Bug 14840 Added new cron script send membership expiry > reminder notices in crontab.example file >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > misc/cronjobs/crontab.example | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/misc/cronjobs/crontab.example b/misc/cronjobs/crontab.example >index 2db8467..cef4740 100644 >--- a/misc/cronjobs/crontab.example >+++ b/misc/cronjobs/crontab.example >@@ -54,6 +54,10 @@ KOHA_CRON_PATH = /usr/share/koha/bin/cronjobs > # ADVANCE NOTICES > 10 1 * * * __KOHA_USER__ $KOHA_CRON_PATH/advance_notices.pl -c > >+# MEMBERSHIP_EXPIRY NOTICES >+ >+15 1 * * * __KOHA_USER__ $KOHA_CRON_PATH/membership_expiry.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 >-- >1.7.10.4
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 14840
:
42634
|
42651
|
42701