koha-devel
[Top][All Lists]
Advanced

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

[Koha-devel] CVS: koha/C4/Circulation Circ2.pm,1.12,1.13


From: Chris Cornack
Subject: [Koha-devel] CVS: koha/C4/Circulation Circ2.pm,1.12,1.13
Date: Sun, 18 Feb 2001 14:13:28 -0800

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

Modified Files:
        Circ2.pm 
Log Message:
Little fix to the returnbook routine so the correct branchcode is passed to the 
updatestats routine


Index: Circ2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** Circ2.pm    2001/02/14 00:27:36     1.12
--- Circ2.pm    2001/02/18 22:13:26     1.13
***************
*** 420,424 ****
           push (@$messages, "<b><font color=red>RESERVED</font></b> for 
collection by $borrower->{'firstname'} $borrower->{'surname'} 
($borrower->{'cardnumber'}) at $branchname");
        }
!       
UpdateStats($env,'branch','return','0','',$iteminformation->{'itemnumber'});
      }
      $dbh->disconnect;
--- 420,424 ----
           push (@$messages, "<b><font color=red>RESERVED</font></b> for 
collection by $borrower->{'firstname'} $borrower->{'surname'} 
($borrower->{'cardnumber'}) at $branchname");
        }
!       
UpdateStats($env,$env->{'branchcode'},'return','0','',$iteminformation->{'itemnumber'});
      }
      $dbh->disconnect;




reply via email to

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