[Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.61,1.62

Chris Cormack rangi at users.sourceforge.net
Wed Sep 3 21:41:24 CEST 2003


Update of /cvsroot/koha/koha/C4/Circulation
In directory sc8-pr-cvs1:/tmp/cvs-serv16831

Modified Files:
	Circ2.pm 
Log Message:
Fix for bug 562


Index: Circ2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -r1.61 -r1.62
*** Circ2.pm	4 Aug 2003 01:53:55 -0000	1.61
--- Circ2.pm	3 Sep 2003 19:41:22 -0000	1.62
***************
*** 895,899 ****
  	#	my $tobrcd = ReserveWaiting($resrec->{'itemnumber'}, $resrec->{'borrowernumber'});
  		$resrec->{'ResFound'} = $resfound;
! 	# 	$messages->{'ResFound'} = $resrec;
  	}
  	# update stats?
--- 895,899 ----
  	#	my $tobrcd = ReserveWaiting($resrec->{'itemnumber'}, $resrec->{'borrowernumber'});
  		$resrec->{'ResFound'} = $resfound;
! 	 	$messages->{'ResFound'} = $resrec;
  	}
  	# update stats?





More information about the Koha-cvs mailing list