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

Finlay Thompson finlayt at users.sourceforge.net
Sat May 18 07:38:59 CEST 2002


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') {





More information about the Koha-cvs mailing list