From c42117881746d60da79f445a3038f7701e71a5b0 Mon Sep 17 00:00:00 2001 From: Danny Bouman Date: Thu, 28 Aug 2008 15:22:39 -0400 Subject: [PATCH] bug 2569: added the zipcode to display along with the patron address Added the zipcode to display along with the patron address when you are viewing a Patron from the intranet. 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 2074e820c3..81c01e2074 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