From 87ab5538f63d48ccaa15b7d6fdc5ed4c223aae3b Mon Sep 17 00:00:00 2001 From: Aaron Wells 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. --- misc/cronjobs/fines.pl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/misc/cronjobs/fines.pl b/misc/cronjobs/fines.pl index d2b0062..02bde14 100755 --- a/misc/cronjobs/fines.pl +++ b/misc/cronjobs/fines.pl @@ -53,10 +53,9 @@ GetOptions( 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.9.5