From ea39d8bd8f7401f410b534f2135cc7ce56ef759d Mon Sep 17 00:00:00 2001 From: oleonard Date: Thu, 10 Feb 2005 17:27:32 +0000 Subject: [PATCH] Adding email address to list of returned variables --- circ/circulation.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/circ/circulation.pl b/circ/circulation.pl index 85267be287..7d3f9c656a 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -282,6 +282,7 @@ $template->param( surname => $borrower->{'surname'}, categorycode => $borrower->{'categorycode'}, streetaddress => $borrower->{'streetaddress'}, + emailaddress => $borrower->{'emailaddress'}, borrowernotes => $borrower->{'borrowernotes'}, city => $borrower->{'city'}, phone => $borrower->{'phone'}, -- 2.20.1