[Koha-cvs] CVS: koha/circ returns.pl,1.13.2.6,1.13.2.7

Steve Tonnesen tonnesen at users.sourceforge.net
Tue Oct 29 20:46:07 CET 2002


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

Modified Files:
      Tag: rel-1-2
	returns.pl 
Log Message:
Removed "warn" line.


Index: returns.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/returns.pl,v
retrieving revision 1.13.2.6
retrieving revision 1.13.2.7
diff -C2 -r1.13.2.6 -r1.13.2.7
*** returns.pl	29 Oct 2002 16:48:52 -0000	1.13.2.6
--- returns.pl	29 Oct 2002 19:46:05 -0000	1.13.2.7
***************
*** 276,280 ****
  # collect the messages and put into message table....
  foreach my $code (keys %$messages) {
!     warn $code;
      if ($code eq 'BadBarcode'){
  	$messagetext .= "<font color='red' size='+2'> No Item with barcode: $messages->{'BadBarcode'} </font> <br>";
--- 276,280 ----
  # collect the messages and put into message table....
  foreach my $code (keys %$messages) {
!     #warn $code;
      if ($code eq 'BadBarcode'){
  	$messagetext .= "<font color='red' size='+2'> No Item with barcode: $messages->{'BadBarcode'} </font> <br>";





More information about the Koha-cvs mailing list