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

Chris Cormack rangi at users.sourceforge.net
Mon Aug 4 23:47:25 CEST 2003


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

Modified Files:
	returns.pl 
Log Message:
Fix for returns error message always displaying


Index: returns.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/returns.pl,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -r1.30 -r1.31
*** returns.pl	8 May 2003 11:19:49 -0000	1.30
--- returns.pl	4 Aug 2003 21:47:23 -0000	1.31
***************
*** 256,260 ****
--- 256,262 ----
  		die "Unknown error code $code"; # XXX
      }
+     if (%err){
  	push (@errmsgloop, \%err);
+ 	}
  last if $exit_required_p;
  }





More information about the Koha-cvs mailing list