koha-cvs
[Top][All Lists]
Advanced

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

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 Search.pm,1.99.2.7,1.99.2.8
Date: Mon, 05 Sep 2005 09:17:39 -0700

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;




reply via email to

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