Bugzilla – Attachment 139441 Details for
Bug 31415
Script to automate converting holds to recalls
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Issue 1: Scheduling cron to convert recalls to reserves
Issue-1-Scheduling-cron-to-convert-recalls-to-rese.patch (text/plain), 1.31 KB, created by
Aleisha Amohia
on 2022-08-18 23:39:42 UTC
(
hide
)
Description:
Issue 1: Scheduling cron to convert recalls to reserves
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2022-08-18 23:39:42 UTC
Size:
1.31 KB
patch
obsolete
>From c4812d503cf05b379baa9dc705780b70a9845308 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Mon, 11 Oct 2021 14:52:34 +1300 >Subject: [PATCH] Issue 1: Scheduling cron to convert recalls to reserves > >(cherry picked from commit 5af81d5a5adcce07adb93915bf94e76b3066d88c) > >https://bugs.koha-community.org/show_bug.cgi?id=31415 >--- > debian/koha-common.cron.daily | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/debian/koha-common.cron.daily b/debian/koha-common.cron.daily >index 0d960ef0c5..24b3403331 100644 >--- a/debian/koha-common.cron.daily >+++ b/debian/koha-common.cron.daily >@@ -19,6 +19,7 @@ koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/automatic_renewals.p > koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/automatic_checkin.pl > koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/recalls/expire_recalls.pl > koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/recalls/overdue_recalls.pl >+koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/recalls/convert_reserves_to_recalls.pl -v --min 1 > koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/fines.pl > koha-foreach --chdir --enabled --email /usr/share/koha/bin/cronjobs/overdue_notices.pl -t > koha-foreach --chdir --enabled --email /usr/share/koha/bin/cronjobs/advance_notices.pl -c >-- >2.11.0
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 31415
:
139440
|
139441
|
139646
|
139737
|
145796
|
148112
|
157002
|
159010
|
159016
|
159017