From rangi@users.sourceforge.net Wed Mar 28 18:11:42 2001 From: Chris Cormack To: koha-devel@lists.koha-community.org Subject: [Koha-devel] CVS: koha moremember.pl,1.4,1.5 Date: Wed, 28 Mar 2001 18:11:38 -0800 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6141842817357974875==" --===============6141842817357974875== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Update of /cvsroot/koha/koha In directory usw-pr-cvs1:/tmp/cvs-serv9121 Modified Files: moremember.pl=20 Log Message: Commenting out the code that doesnt allow renewals if a renewal has already o= ccured Index: moremember.pl =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 "[$i]{'bibli= onumber'}>On Request - no renewals"; ! } elsif ($issue->[$i]->{'renewals'} > 0) { ! print "Previously Renewed - no renewals"; } else { print ""; --- 206,211 ---- if ($rescount >0){ print "[$i]{'bibli= onumber'}>On Request - no renewals"; ! # } elsif ($issue->[$i]->{'renewals'} > 0) { ! # print "Previously Renewed - no renewals"; } else { print ""; --===============6141842817357974875==--