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

(-)a/misc/cronjobs/reconcile_balances.pl (-5 / +1 lines)
Lines 19-33 Link Here
19
19
20
=head1 NAME
20
=head1 NAME
21
21
22
reconcile_balances.pl - cron script to reconcile patron's balances
22
reconcile_balances.pl - maintenance script to reconcile patrons' balances
23
23
24
=head1 SYNOPSIS
24
=head1 SYNOPSIS
25
25
26
./reconcile_balances.pl
26
./reconcile_balances.pl
27
27
28
or, in crontab:
29
0 1 * * * reconcile_balances.pl
30
31
=head1 DESCRIPTION
28
=head1 DESCRIPTION
32
29
33
This script loops through patrons with outstanding credits and proceeds
30
This script loops through patrons with outstanding credits and proceeds
34
- 

Return to bug 25146