[Koha-cvs] CVS: koha/C4 Search.pm,1.99.2.7,1.99.2.8

Paul POULAIN tipaul at users.sourceforge.net
Mon Sep 5 18:17:39 CEST 2005


Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25831/C4

Modified Files:
      Tag: rel_2_2
	Search.pm 
Log Message:
fix to remove "request" button if there is no item requestable

Index: Search.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Search.pm,v
retrieving revision 1.99.2.7
retrieving revision 1.99.2.8
diff -C2 -r1.99.2.7 -r1.99.2.8
*** Search.pm	26 Jul 2005 08:38:26 -0000	1.99.2.7
--- Search.pm	5 Sep 2005 16:17:37 -0000	1.99.2.8
***************
*** 1362,1366 ****
  			$sthnflstatus->execute($authorised_valuecode,$data->{itemnotforloan});
  			my ($lib) = $sthnflstatus->fetchrow;
! 			$data->{notforloan} = $lib;
  		}
  		$results[$i]=$data;
--- 1362,1366 ----
  			$sthnflstatus->execute($authorised_valuecode,$data->{itemnotforloan});
  			my ($lib) = $sthnflstatus->fetchrow;
! 			$data->{notforloantext} = $lib;
  		}
  		$results[$i]=$data;





More information about the Koha-cvs mailing list