Bug: 4904: Problem with printing fines in overdue notices
authorKatrin Fischer <Katrin.Fischer@bsz-bw.de>
Tue, 14 Sep 2010 08:38:24 +0000 (20:38 +1200)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 6 Oct 2010 10:21:34 +0000 (06:21 -0400)
commitc4601faf13c5e7209e085e177048a2deb088c17c
tree866790c3d490a9c8f2b045eccd93541185f113d3
parentc0e773c6e63b9b585764e9477532408c2939ede6
Bug: 4904: Problem with printing fines in overdue notices

my $formatted_fine = currency_format("$1", "$fine", FMT_SYMBOL);
is already utf-8.

Resend with additional change, removing 2 lines (no strict, use strict) from the code.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
misc/cronjobs/overdue_notices.pl