[Koha-devel] CVS: koha moremember.pl,1.4,1.5

Chris Cormack rangi at users.sourceforge.net
Thu Mar 29 04:11:38 CEST 2001


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





More information about the Koha-devel mailing list