From 650dd94f37f39921b2b7f6e5ad9616e9cbfa7cbe Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Thu, 30 Oct 2008 00:14:25 -0500 Subject: [PATCH] Circ cleanup. 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 Signed-off-by: Chris Cormack --- circ/circulation.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index 81c01e2074..2074e820c3 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -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, -- 2.39.5