|
Lines 58-67
GetOptions( 'h|help' => \$help,
Link Here
|
| 58 |
my $usage = << 'ENDUSAGE'; |
58 |
my $usage = << 'ENDUSAGE'; |
| 59 |
|
59 |
|
| 60 |
This script calculates and charges overdue fines |
60 |
This script calculates and charges overdue fines |
| 61 |
to patron accounts. If the Koha System Preference |
61 |
to patron accounts. The Koha system preference 'finesMode' controls |
| 62 |
'finesMode' is set to 'production', the fines are charged |
62 |
whether the fines are calculated and charged to the patron accounts ("Calculate and charge"); |
| 63 |
to the patron accounts. If set to 'test', the fines are |
63 |
calculated and emailed to the admin but not applied ("Calculate (but only for mailing to the admin)"); or not calculated ("Don't calculate"). |
| 64 |
calculated but not applied. |
|
|
| 65 |
|
64 |
|
| 66 |
This script has the following parameters : |
65 |
This script has the following parameters : |
| 67 |
-h --help: this message |
66 |
-h --help: this message |
| 68 |
- |
|
|