koha-cvs
[Top][All Lists]
Advanced

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

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


From: Finlay Thompson
Subject: [Koha-cvs] CVS: koha/circ branchtransfers.pl,1.6,1.7
Date: Fri, 17 May 2002 22:38:59 -0700

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

Modified Files:
        branchtransfers.pl 
Log Message:

Changed the wording of error message from:
"Cannot transfer item to branch it is already at"
to: "Item already at destination branch"


Index: branchtransfers.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/branchtransfers.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** branchtransfers.pl  18 May 2002 05:04:43 -0000      1.6
--- branchtransfers.pl  18 May 2002 05:38:57 -0000      1.7
***************
*** 145,149 ****
      }
      if ($code eq 'DestinationEqualsHolding'){
!       $messagetext .= "<font color='red' size='+2'> Item cannot be transfered 
to branch it is already at. </font> <br>";
      }
      if ($code eq 'WasReturned') {
--- 145,149 ----
      }
      if ($code eq 'DestinationEqualsHolding'){
!       $messagetext .= "<font color='red' size='+2'> Item is already at 
destination branch. </font> <br>";
      }
      if ($code eq 'WasReturned') {




reply via email to

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