koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/circ circulation.pl,1.81,1.81.2.1
Date: Thu, 10 Feb 2005 09:27:14 -0800

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'},




reply via email to

[Prev in Thread] Current Thread [Next in Thread]