From a1afd5ab09dac725fa0fc8dc3ac44e271e7d172b Mon Sep 17 00:00:00 2001 From: finlayt Date: Fri, 19 Jul 2002 03:33:52 +0000 Subject: [PATCH] changed the wording of two messages. see http://bugzilla.katipo.co.nz/show_bug.cgi?id=1390 --- circ/returns.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circ/returns.pl b/circ/returns.pl index 6225375c78..d0f2590850 100755 --- a/circ/returns.pl +++ b/circ/returns.pl @@ -250,14 +250,14 @@ foreach my $code (keys %$messages) { } if ($code eq 'NotIssued'){ my $braname = $branches->{$messages->{'IsPermanent'}}->{'branchname'}; - $messagetext .= " Item is not Issued, cannot be returned.
"; + $messagetext .= " Item not on issue.
"; } if ($code eq 'WasLost'){ $messagetext .= " Item was lost, now found.
"; } if (($code eq 'IsPermanent') && (not $messages->{'ResFound'})) { if ($messages->{'IsPermanent'} ne $branch) { - $messagetext .= " Item is part of permanent collection, please return to $branches->{$messages->{'IsPermanent'}}->{'branchname'}
"; + $messagetext .= " Please return to $branches->{$messages->{'IsPermanent'}}->{'branchname'}
"; } } } -- 2.39.2