Adding email address to list of returned variables
authoroleonard <oleonard>
Thu, 10 Feb 2005 17:27:32 +0000 (17:27 +0000)
committeroleonard <oleonard>
Thu, 10 Feb 2005 17:27:32 +0000 (17:27 +0000)
circ/circulation.pl

index 85267be..7d3f9c6 100755 (executable)
@@ -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'},