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;
participants (1)
-
Chris Cornack