[Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.21.2.11,1.21.2.12

Steve Tonnesen tonnesen at users.sourceforge.net
Thu Oct 24 19:43:09 CEST 2002


Update of /cvsroot/koha/koha/C4/Circulation
In directory usw-pr-cvs1:/tmp/cvs-serv32540

Modified Files:
      Tag: rel-1-2
	Circ2.pm 
Log Message:
returnbook() was not marking reserved books as waiting.


Index: Circ2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.21.2.11
retrieving revision 1.21.2.12
diff -C2 -r1.21.2.11 -r1.21.2.12
*** Circ2.pm	24 Oct 2002 16:21:38 -0000	1.21.2.11
--- Circ2.pm	24 Oct 2002 17:43:00 -0000	1.21.2.12
***************
*** 557,560 ****
--- 557,561 ----
      my ($resfound, $resrec) = CheckReserves($iteminformation->{'itemnumber'});
      if ($resfound) {
+ 	my $tobrcd = ReserveWaiting($resrec->{'itemnumber'}, $resrec->{'borrowernumber'});
  	$resrec->{'ResFound'} = $resfound;
  	$messages->{'ResFound'} = $resrec;





More information about the Koha-cvs mailing list