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; |
58 |
to the patron accounts. If set to 'test', the fines are |
58 |
calculated and emailed to the admin but not applied; or not calculated. |
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 |
- |
|
|