View | Details | Raw Unified | Return to bug 9671
Collapse All | Expand All

(-)a/misc/cronjobs/fines.pl (-5 / +3 lines)
Lines 53-62 GetOptions( Link Here
53
my $usage = << 'ENDUSAGE';
53
my $usage = << 'ENDUSAGE';
54
54
55
This script calculates and charges overdue fines
55
This script calculates and charges overdue fines
56
to patron accounts.  If the Koha System Preference
56
to patron accounts.  The Koha system preference 'finesMode' controls
57
'finesMode' is set to 'production', the fines are charged
57
whether the fines are calculated and charged to the patron accounts ("Calculate and charge");
58
to the patron accounts.  If set to 'test', the fines are
58
calculated and emailed to the admin but not applied ("Calculate (but only for mailing to the admin)"); or not calculated ("Don't calculate").
59
calculated but not applied.
60
59
61
This script has the following parameters :
60
This script has the following parameters :
62
    -h --help: this message
61
    -h --help: this message
63
- 

Return to bug 9671