From e9d1e76a70d68c1d3353a4712789e2b8ed45e521 Mon Sep 17 00:00:00 2001 From: tonnesen Date: Fri, 28 Jun 2002 17:44:23 +0000 Subject: [PATCH] Changed "Circ" to "On Loan" for one branch location output. --- search.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search.pl b/search.pl index 77a02924bb..412811a40f 100755 --- a/search.pl +++ b/search.pl @@ -217,7 +217,7 @@ while ($i < $count2){ } else { my $shelfcount=$count-$nacount-$lostcount-$mending-$transit; if ($nacount) { - $stuff[5]="Circ "; + $stuff[5]="On Loan "; if ($count>1) { $stuff[5].="($nacount) "; } -- 2.39.5