Changed the wording of error message from:
authorfinlayt <finlayt>
Sat, 18 May 2002 05:38:57 +0000 (05:38 +0000)
committerfinlayt <finlayt>
Sat, 18 May 2002 05:38:57 +0000 (05:38 +0000)
"Cannot transfer item to branch it is already at"
to: "Item already at destination branch"

circ/branchtransfers.pl

index 21d8f7d..6a451ac 100755 (executable)
@@ -144,7 +144,7 @@ foreach my $code (keys %$messages) {
        $messagetext .= "<font color='red' size='+2'> Please return item to home branch: $braname  </font> <br>";
     }
     if ($code eq 'DestinationEqualsHolding'){
-       $messagetext .= "<font color='red' size='+2'> Item cannot be transfered to branch it is already at. </font> <br>";
+       $messagetext .= "<font color='red' size='+2'> Item is already at destination branch. </font> <br>";
     }
     if ($code eq 'WasReturned') {
        my ($borrowerinfo) = getpatroninformation(\%env, $messages->{'WasReturned'}, 0);