[Koha-cvs] CVS: koha/circ returns.pl,1.6,1.7

Finlay Thompson finlayt at users.sourceforge.net
Fri Jul 19 05:33:54 CEST 2002


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





More information about the Koha-cvs mailing list