[Koha-cvs] CVS: koha request.pl,1.25,1.26

Paul POULAIN tipaul at users.sourceforge.net
Tue Jun 24 10:32:38 CEST 2003


Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1:/tmp/cvs-serv29886

Modified Files:
	request.pl 
Log Message:
fix for #477

Index: request.pl
===================================================================
RCS file: /cvsroot/koha/koha/request.pl,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** request.pl	15 May 2003 13:56:52 -0000	1.25
--- request.pl	24 Jun 2003 08:32:35 -0000	1.26
***************
*** 143,146 ****
--- 143,147 ----
  	$reserve{'bornum'}=$res->{'borrowernumber'};
  	$reserve{'firstname'}=$res->{'firstname'};
+ 	$reserve{'surname'}=$res->{'surname'};
  	$reserve{'bornum'}=$res->{'borrowernumber'};
  	$reserve{'notes'}=$res->{'reservenotes'};





More information about the Koha-cvs mailing list