Fines repair. Make fines2.pl work, give feedback, improve comments and perldoc.
authorJoe Atzberger <joe.atzberger@liblime.com>
Tue, 27 May 2008 23:06:01 +0000 (18:06 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 29 May 2008 12:04:42 +0000 (07:04 -0500)
commit2ba8763bb49b76acd8777f766cd1c4f79292515c
tree82e7e7ae9449dc99073c3ce237b92358f19ea2a0
parente0c1b0031b75b29f9d030a289be75c971e1f902c
Fines repair. Make fines2.pl work, give feedback, improve comments and perldoc.

Remove $dbh->disconnect statements as counterproductive.
Prevent description field from begining with whitespace.
Added robust debug elements.  Test script behavior with:
    perl misc/cronjobs/fines2.pl -v
and:
mysql> select * from accountlines;

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Overdues.pm
misc/cronjobs/fines2.pl