[Koha-cvs] CVS: koha/circ circulation.pl,1.81,1.81.2.1

Owen Leonard oleonard at users.sourceforge.net
Thu Feb 10 18:27:14 CET 2005


Update of /cvsroot/koha/koha/circ
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25422/circ

Modified Files:
      Tag: rel_2_2
	circulation.pl 
Log Message:
Adding email address to list of returned variables

Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.81
retrieving revision 1.81.2.1
diff -C2 -r1.81 -r1.81.2.1
*** circulation.pl	15 Dec 2004 10:47:09 -0000	1.81
--- circulation.pl	10 Feb 2005 17:27:11 -0000	1.81.2.1
***************
*** 283,286 ****
--- 283,287 ----
  		categorycode => $borrower->{'categorycode'},
  		streetaddress => $borrower->{'streetaddress'},
+ 		emailaddress => $borrower->{'emailaddress'},
  		borrowernotes => $borrower->{'borrowernotes'},
  		city => $borrower->{'city'},





More information about the Koha-cvs mailing list