[Koha-cvs] CVS: koha/circ returns.pl,1.29,1.30

Mike Hansen wolfpac444 at users.sourceforge.net
Thu May 8 13:19:51 CEST 2003


Update of /cvsroot/koha/koha/circ
In directory sc8-pr-cvs1:/tmp/cvs-serv13132/koha/circ

Modified Files:
	returns.pl 
Log Message:


Index: returns.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/returns.pl,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** returns.pl	11 Mar 2003 15:13:24 -0000	1.29
--- returns.pl	8 May 2003 11:19:49 -0000	1.30
***************
*** 239,242 ****
--- 239,244 ----
      } elsif ($code eq 'WasLost'){
  		$err{waslost}=1;
+     } elsif ($code eq 'ResFound'){
+ 		;	# FIXME... anything to do here?
      } elsif ($code eq 'WasReturned'){
  		;	# FIXME... anything to do here?





More information about the Koha-cvs mailing list