koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha search.pl,1.6.2.5,1.6.2.6


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha search.pl,1.6.2.5,1.6.2.6
Date: Fri, 28 Jun 2002 10:44:26 -0700

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

Modified Files:
      Tag: rel-1-2
        search.pl 
Log Message:
Changed "Circ" to "On Loan" for one branch location output.


Index: search.pl
===================================================================
RCS file: /cvsroot/koha/koha/search.pl,v
retrieving revision 1.6.2.5
retrieving revision 1.6.2.6
diff -C2 -r1.6.2.5 -r1.6.2.6
*** search.pl   28 Jun 2002 15:56:57 -0000      1.6.2.5
--- search.pl   28 Jun 2002 17:44:23 -0000      1.6.2.6
***************
*** 218,222 ****
              my $shelfcount=$count-$nacount-$lostcount-$mending-$transit;
              if ($nacount) {
!                     $stuff[5]="Circ ";
                      if ($count>1) {
                              $stuff[5].="($nacount) ";
--- 218,222 ----
              my $shelfcount=$count-$nacount-$lostcount-$mending-$transit;
              if ($nacount) {
!                     $stuff[5]="On Loan ";
                      if ($count>1) {
                              $stuff[5].="($nacount) ";




reply via email to

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