Circ cleanup.
authorJoe Atzberger <joe.atzberger@liblime.com>
Thu, 30 Oct 2008 05:14:25 +0000 (00:14 -0500)
committerChris Cormack <chris@bigballofwax.co.nz>
Fri, 4 Sep 2009 02:47:31 +0000 (14:47 +1200)
Removed unused $dbh variables, converted to loop_context_var instead of togglecolor.
Prevented double comparison in sort.  The rest is whitespace cleanup.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
circ/circulation.pl

index 81c01e2..2074e82 100755 (executable)
@@ -690,7 +690,7 @@ $template->param(
     emailpro          => $borrower->{'emailpro'},
     borrowernotes     => $borrower->{'borrowernotes'},
     city              => $borrower->{'city'},
-    zipcode          => $borrower->{'zipcode'},
+    zipcode              => $borrower->{'zipcode'},
     phone             => $borrower->{'phone'} || $borrower->{'mobile'},
     cardnumber        => $borrower->{'cardnumber'},
     amountold         => $amountold,