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

Owen Leonard oleonard at users.sourceforge.net
Tue Feb 8 21:35:16 CET 2005


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){





More information about the Koha-cvs mailing list