]> git.koha-community.org Git - koha.git/commit
Bug 6987 Make return from Overdues::GetFine consistent
authorColin Campbell <colin.campbell@ptfs-europe.com>
Fri, 7 Oct 2011 12:19:06 +0000 (13:19 +0100)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Thu, 8 Dec 2011 16:13:08 +0000 (11:13 -0500)
commit5bb0afe16968492a8a191858639631f32c6d7239
treefbf6991ddae38143bf299a069d20003292544004
parentffe3972d5e6db2419684fc6f393dad77ba3fd15f
Bug 6987 Make return from Overdues::GetFine consistent

If there is not a fine amount return zero not
undefined or other undefined behaviour

Use more meaningful var names for readability

Signed-off-by: Sophie Meynieux <sophie.meynieux@biblibre.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
(cherry picked from commit d39262e61d972dfc6bf2fbe3f5d19969e352b34c)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Overdues.pm