koha-devel
[Top][All Lists]
Advanced

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

[Koha-devel] CVS: koha/C4/Circulation Circ2.pm,1.22,1.23


From: Finlay Thompson
Subject: [Koha-devel] CVS: koha/C4/Circulation Circ2.pm,1.22,1.23
Date: Sun May 5 21:31:04 2002

Update of /cvsroot/koha/koha/C4/Circulation
In directory usw-pr-cvs1:/tmp/cvs-serv25518/C4/Circulation

Modified Files:
        Circ2.pm 
Log Message:

Changed the error message from: There is no book with barcode: XXXXXX
to: No item with barcode: XXXXXXX


Index: Circ2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** Circ2.pm    2 May 2002 00:08:53 -0000       1.22
--- Circ2.pm    6 May 2002 04:30:37 -0000       1.23
***************
*** 230,234 ****
      my $iteminformation = getiteminformation(\%env,0, $barcode);
      if (not $iteminformation) {
!       $message = "<font color='red' size='+2'>There is no book with barcode: 
$barcode </font>";
        return (0, $message, 0);
      }
--- 230,234 ----
      my $iteminformation = getiteminformation(\%env,0, $barcode);
      if (not $iteminformation) {
!       $message = "<font color='red' size='+2'>No item with barcode: $barcode 
</font>";
        return (0, $message, 0);
      }




reply via email to

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