From d8c989af63e2365fba6d4da7d938fbf8983eddf5 Mon Sep 17 00:00:00 2001 From: rangi Date: Thu, 29 Mar 2001 02:11:36 +0000 Subject: [PATCH] Commenting out the code that doesnt allow renewals if a renewal has already occured --- moremember.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/moremember.pl b/moremember.pl index 0abf1ad86c..772a058927 100755 --- a/moremember.pl +++ b/moremember.pl @@ -205,8 +205,8 @@ for (my $i=0;$i<$count;$i++){ my ($rescount,$reserves)=FindReserves($issue->[$i]{'biblionumber'},''); if ($rescount >0){ print "[$i]{'biblionumber'}>On Request - no renewals"; - } elsif ($issue->[$i]->{'renewals'} > 0) { - print "Previously Renewed - no renewals"; +# } elsif ($issue->[$i]->{'renewals'} > 0) { +# print "Previously Renewed - no renewals"; } else { print ""; -- 2.39.2