koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/circ returns.pl,1.13.2.6,1.13.2.7
Date: Tue, 29 Oct 2002 11:46:07 -0800

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>";




reply via email to

[Prev in Thread] Current Thread [Next in Thread]