[Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.47,1.48

Steve Tonnesen tonnesen at users.sourceforge.net
Thu Oct 24 22:09:34 CEST 2002


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

Modified Files:
	Circ2.pm 
Log Message:
Removing ReserveWaiting call pending further discussion...


Index: Circ2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -r1.47 -r1.48
*** Circ2.pm	24 Oct 2002 18:30:17 -0000	1.47
--- Circ2.pm	24 Oct 2002 20:09:29 -0000	1.48
***************
*** 1025,1029 ****
      my ($resfound, $resrec) = CheckReserves($iteminformation->{'itemnumber'});
      if ($resfound) {
! 	my $tobrcd = ReserveWaiting($resrec->{'itemnumber'}, $resrec->{'borrowernumber'});
  	$resrec->{'ResFound'} = $resfound;
  	$messages->{'ResFound'} = $resrec;
--- 1025,1029 ----
      my ($resfound, $resrec) = CheckReserves($iteminformation->{'itemnumber'});
      if ($resfound) {
! #	my $tobrcd = ReserveWaiting($resrec->{'itemnumber'}, $resrec->{'borrowernumber'});
  	$resrec->{'ResFound'} = $resfound;
  	$messages->{'ResFound'} = $resrec;
***************
*** 1722,1726 ****
      $sth1->finish;
  #    close FILE;
!     return ($charge, $itemtype);
  }
  
--- 1722,1726 ----
      $sth1->finish;
  #    close FILE;
!     return ($charge, $item_type);
  }
  





More information about the Koha-cvs mailing list