koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.47,1.48
Date: Thu, 24 Oct 2002 13:09:34 -0700

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);
  }
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]