koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha updateitem.pl,1.9,1.9.2.1


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha updateitem.pl,1.9,1.9.2.1
Date: Tue, 08 Feb 2005 12:35:16 -0800

Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18007

Modified Files:
      Tag: rel_2_2
        updateitem.pl 
Log Message:
Fixing reference to CheckReserves (script was pointing to Circ2.pm instead of 
Reserves2)

Index: updateitem.pl
===================================================================
RCS file: /cvsroot/koha/koha/updateitem.pl,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -C2 -r1.9 -r1.9.2.1
*** updateitem.pl       12 Jan 2004 16:58:20 -0000      1.9
--- updateitem.pl       8 Feb 2005 20:34:51 -0000       1.9.2.1
***************
*** 114,118 ****
    my $dbh = C4::Context->dbh;
    my $flag=0;
!   my 
($resbor,$resrec)=C4::Circulation::Circ2::checkreserve($env,$dbh,$itemnum);
   # print $resbor;
    if ($resbor){
--- 114,118 ----
    my $dbh = C4::Context->dbh;
    my $flag=0;
!   my ($resbor,$resrec)=C4::Reserves2::CheckReserves($env,$dbh,$itemnum);
   # print $resbor;
    if ($resbor){




reply via email to

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