[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-devel] CVS: koha moremember.pl,1.8,1.9
From: |
Chris Cormack |
Subject: |
[Koha-devel] CVS: koha moremember.pl,1.8,1.9 |
Date: |
Tue Mar 12 19:27:05 2002 |
Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv14561
Modified Files:
moremember.pl
Log Message:
Getting Iteminfo in Search to only display correct reserves (mainly used on
detail.pl) and another typo fix in moremember.pl
Index: moremember.pl
===================================================================
RCS file: /cvsroot/koha/koha/moremember.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** moremember.pl 13 Mar 2002 02:46:07 -0000 1.8
--- moremember.pl 13 Mar 2002 03:26:43 -0000 1.9
***************
*** 227,231 ****
# }
#check item is not reserved
! my
($rescount,$reserves)=Findgroupreserve($issue->[$i]{'biblioitemnumber'},'');
if ($rescount >0){
print "<TD><a
href=/cgi-bin/koha/request.pl?bib=$issue->[$i]{'biblionumber'}>On Request - no
renewals</a></td></tr>";
--- 227,231 ----
# }
#check item is not reserved
! my
($rescount,$reserves)=Findgroupreserve($issue->[$i]{'biblioitemnumber'},$issue->[$i]{'biblionumber'});
if ($rescount >0){
print "<TD><a
href=/cgi-bin/koha/request.pl?bib=$issue->[$i]{'biblionumber'}>On Request - no
renewals</a></td></tr>";
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-devel] CVS: koha moremember.pl,1.8,1.9,
Chris Cormack <=
- Prev by Date:
[Koha-devel] CVS: koha/C4 Search.pm,1.14,1.15 Reserves2.pm,1.3,1.4
- Next by Date:
[Koha-devel] CVS: koha opac-search.pl,1.2,NONE
- Previous by thread:
[Koha-devel] CVS: koha/C4 Search.pm,1.14,1.15 Reserves2.pm,1.3,1.4
- Next by thread:
[Koha-devel] CVS: koha opac-search.pl,1.2,NONE
- Index(es):