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.21.2.11,1.21.2.12


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.21.2.11,1.21.2.12
Date: Thu, 24 Oct 2002 10:43:09 -0700

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;




reply via email to

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