[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-devel] CVS: koha moremember.pl,1.4,1.5
From: |
Chris Cormack |
Subject: |
[Koha-devel] CVS: koha moremember.pl,1.4,1.5 |
Date: |
Wed, 28 Mar 2001 18:11:38 -0800 |
Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv9121
Modified Files:
moremember.pl
Log Message:
Commenting out the code that doesnt allow renewals if a renewal has already
occured
Index: moremember.pl
===================================================================
RCS file: /cvsroot/koha/koha/moremember.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** moremember.pl 2001/03/07 21:02:48 1.4
--- moremember.pl 2001/03/29 02:11:36 1.5
***************
*** 206,211 ****
if ($rescount >0){
print "<TD><a
href=/cgi-bin/koha/request.pl?bib=$issue->[$i]{'biblionumber'}>On Request - no
renewals</a></td></tr>";
! } elsif ($issue->[$i]->{'renewals'} > 0) {
! print "<TD>Previously Renewed - no renewals</td></tr>";
} else {
print "<TD>";
--- 206,211 ----
if ($rescount >0){
print "<TD><a
href=/cgi-bin/koha/request.pl?bib=$issue->[$i]{'biblionumber'}>On Request - no
renewals</a></td></tr>";
! # } elsif ($issue->[$i]->{'renewals'} > 0) {
! # print "<TD>Previously Renewed - no renewals</td></tr>";
} else {
print "<TD>";
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-devel] CVS: koha moremember.pl,1.4,1.5,
Chris Cormack <=