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.6,1.7


From: Finlay Thompson
Subject: [Koha-cvs] CVS: koha/circ returns.pl,1.6,1.7
Date: Thu, 18 Jul 2002 20:33:54 -0700

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

Modified Files:
        returns.pl 
Log Message:

changed the wording of two messages. see 
http://bugzilla.katipo.co.nz/show_bug.cgi?id=1390


Index: returns.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/returns.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** returns.pl  13 Jun 2002 03:16:55 -0000      1.6
--- returns.pl  19 Jul 2002 03:33:52 -0000      1.7
***************
*** 251,255 ****
      if ($code eq 'NotIssued'){
        my $braname = $branches->{$messages->{'IsPermanent'}}->{'branchname'};
!       $messagetext .= "<font color='red' size='+2'> Item is not Issued, 
cannot be returned. </font> <br>";
      }
      if ($code eq 'WasLost'){
--- 251,255 ----
      if ($code eq 'NotIssued'){
        my $braname = $branches->{$messages->{'IsPermanent'}}->{'branchname'};
!       $messagetext .= "<font color='red' size='+2'> Item not on issue. 
</font> <br>";
      }
      if ($code eq 'WasLost'){
***************
*** 258,262 ****
      if (($code eq 'IsPermanent') && (not $messages->{'ResFound'})) {
        if ($messages->{'IsPermanent'} ne $branch) {
!           $messagetext .= "<font color='red' size='+2'> Item is part of 
permanent collection, please return to 
$branches->{$messages->{'IsPermanent'}}->{'branchname'} </font> <br>";
        }
      }
--- 258,262 ----
      if (($code eq 'IsPermanent') && (not $messages->{'ResFound'})) {
        if ($messages->{'IsPermanent'} ne $branch) {
!           $messagetext .= "<font color='red' size='+2'> Please return to 
$branches->{$messages->{'IsPermanent'}}->{'branchname'} </font> <br>";
        }
      }




reply via email to

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