From 696c44c641b95cbd9e01c9a291c9e59ea2bdc578 Mon Sep 17 00:00:00 2001 From: rangi Date: Wed, 9 May 2001 23:23:52 +0000 Subject: [PATCH] Fixed so renewing a rental item adds a charge --- renewscript.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/renewscript.pl b/renewscript.pl index 0feed8b37c..78fd2762bd 100755 --- a/renewscript.pl +++ b/renewscript.pl @@ -30,6 +30,7 @@ while ( my ($key, $value) = each %data) { #means we want to renew this item #check its status my $status=renewstatus(\%env,$bornum,$key); +# print $status; if ($status == 1){ renewbook(\%env,$bornum,$key); } -- 2.11.0