[Koha-cvs] CVS: koha/circ returns.pl,1.21,1.22

Finlay Thompson finlayt at users.sourceforge.net
Thu Sep 5 02:16:42 CEST 2002


Update of /cvsroot/koha/koha/circ
In directory usw-pr-cvs1:/tmp/cvs-serv4239/circ

Modified Files:
	returns.pl 
Log Message:

changed the way Waiting items are transfered from returns.pl to Circ2.pm


Index: returns.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/returns.pl,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** returns.pl	5 Sep 2002 00:06:30 -0000	1.21
--- returns.pl	5 Sep 2002 00:16:40 -0000	1.22
***************
*** 211,216 ****
  
      if ($res->{'ResFound'} eq "Waiting") {
- # transfer book
- 	my ($transfered, $mess, $item) = transferbook($branch, $barcode, 1);
  	$reservetext = <<"EOF";
  <font color='red' size='+2'>Item marked Waiting:</font><br>
--- 211,214 ----





More information about the Koha-cvs mailing list