[Koha-cvs] CVS: koha/circ circulation.pl,1.75,1.76

Paul POULAIN tipaul at users.sourceforge.net
Mon Oct 4 22:29:10 CEST 2004


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

Modified Files:
	circulation.pl 
Log Message:
* Showing the borrowernotes in issues (was shown only in issues before)

Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.75
retrieving revision 1.76
diff -C2 -r1.75 -r1.76
*** circulation.pl	15 Sep 2004 16:27:19 -0000	1.75
--- circulation.pl	4 Oct 2004 20:29:07 -0000	1.76
***************
*** 276,279 ****
--- 276,280 ----
  		categorycode => $borrower->{'categorycode'},
  		streetaddress => $borrower->{'streetaddress'},
+ 		borrowernotes => $borrower->{'borrowernotes'},
  		city => $borrower->{'city'},
  		phone => $borrower->{'phone'},





More information about the Koha-cvs mailing list