Fix some code issues in circulation/returns
authorColin Campbell <colin.campbell@ptfs-europe.com>
Tue, 5 Jan 2010 10:13:16 +0000 (10:13 +0000)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 5 Jan 2010 12:54:10 +0000 (13:54 +0100)
commite862d7ce606677516d2e3f9c97d7bc25f0d0dee5
tree1e6cda2251e6e5b51295eb93c99a3a337a7eb234
parentc71b616f84f2548b57ac673f07de209cc8932ca2
Fix some code issues in circulation/returns

Fix obvious warning generators
 use of string comparison on numeric values
 use of capture variables without testing comparison
 reuse of variable names in same lexical scope
Tidy some layout issues
 remove commented out code
 remove unused variables
 remove tabs from mixed space tab layouts
 rewrite a couple of expressions where code flow obscured
circ/circulation.pl
circ/returns.pl