Bugzilla – Attachment 17403 Details for
Bug 9671
fines.pl cronjob help lists wrong values for finesmode syspref
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9671: Make fines.pl help text more accurate
Bug-9671-Make-finespl-help-text-more-accurate.patch (text/plain), 1.34 KB, created by
Kyle M Hall (khall)
on 2013-04-12 16:13:39 UTC
(
hide
)
Description:
Bug 9671: Make fines.pl help text more accurate
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-04-12 16:13:39 UTC
Size:
1.34 KB
patch
obsolete
>From 22c62f9c7b7961a46e80d510f1ea8d5cea3b829e Mon Sep 17 00:00:00 2001 >From: Aaron Wells <aaronw@catalyst.net.nz> >Date: Mon, 25 Mar 2013 16:56:24 +1300 >Subject: [PATCH] Bug 9671: Make fines.pl help text more accurate > >To test: > >run kohaclone/misc/cronjobs/fines.pl --help and note the help text. It should match the settings in System Preferences. > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > misc/cronjobs/fines.pl | 7 +++---- > 1 files changed, 3 insertions(+), 4 deletions(-) > >diff --git a/misc/cronjobs/fines.pl b/misc/cronjobs/fines.pl >index 73cdf9f..dae3225 100755 >--- a/misc/cronjobs/fines.pl >+++ b/misc/cronjobs/fines.pl >@@ -58,10 +58,9 @@ GetOptions( 'h|help' => \$help, > my $usage = << 'ENDUSAGE'; > > This script calculates and charges overdue fines >-to patron accounts. If the Koha System Preference >-'finesMode' is set to 'production', the fines are charged >-to the patron accounts. If set to 'test', the fines are >-calculated but not applied. >+to patron accounts. The Koha system preference 'finesMode' controls >+whether the fines are calculated and charged to the patron accounts ("Calculate and charge"); >+calculated and emailed to the admin but not applied ("Calculate (but only for mailing to the admin)"); or not calculated ("Don't calculate"). > > This script has the following parameters : > -h --help: this message >-- >1.7.2.5
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 9671
:
16843
|
17329
|
17403
|
17571