Give Overdues a few whacks with perltidy
authorJoe Atzberger <joe.atzberger@liblime.com>
Sat, 20 Jun 2009 00:32:46 +0000 (19:32 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Wed, 22 Jul 2009 14:54:35 +0000 (10:54 -0400)
commit1d6a840168cd115ed55d2823a63ec2c0ac3e5c20
tree00e03213cfd1a464a09e47f010f030495e11d9af
parent68a8b49bf20437185f234e939cf7117285a8068b
Give Overdues a few whacks with perltidy

This was, an in part still is, some of the worst-formatted code in Koha.

Also made a few minor changes:
~ removing sth->finish
~ adding comment
~ removed whitespace error trailing spaces
~ use trinary op, like: return ( $debarredstatus eq '1' ? 1 : 0 );

Note that the logic is the same, even where I condsider it faulty.
(In the exampe case, because $debarredstatus may be undef.)

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Overdues.pm