[Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.84,1.85

Paul POULAIN tipaul at users.sourceforge.net
Thu Nov 18 11:32:42 CET 2004


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

Modified Files:
	Circ2.pm 
Log Message:
fix for bug 858 (no warning when issuing a reserved book)

Index: Circ2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -r1.84 -r1.85
*** Circ2.pm	8 Nov 2004 19:49:45 -0000	1.84
--- Circ2.pm	18 Nov 2004 10:32:39 -0000	1.85
***************
*** 767,770 ****
--- 767,771 ----
  			my $branchname = $branches->{$res->{'branchcode'}}->{'branchname'};
  			$needsconfirmation{RESERVE_WAITING} = "$resborrower->{'firstname'} $resborrower->{'surname'} ($resborrower->{'cardnumber'}, $branchname)";
+ 			CancelReserve(0, $res->{'itemnumber'}, $res->{'borrowernumber'});
  		} elsif ($restype eq "Reserved") {
  			# The item is on reserve for someone else.





More information about the Koha-cvs mailing list