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

Steve Tonnesen tonnesen at users.sourceforge.net
Fri Jun 28 19:44:26 CEST 2002


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) ";





More information about the Koha-cvs mailing list