10 May
2001
10 May
'01
1:23 a.m.
Update of /cvsroot/koha/koha In directory usw-pr-cvs1:/tmp/cvs-serv20049 Modified Files: renewscript.pl Log Message: Fixed so renewing a rental item adds a charge Index: renewscript.pl =================================================================== RCS file: /cvsroot/koha/koha/renewscript.pl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** renewscript.pl 2000/12/19 23:45:53 1.1.1.1 --- renewscript.pl 2001/05/09 23:23:52 1.2 *************** *** 31,34 **** --- 31,35 ---- #check its status my $status=renewstatus(\%env,$bornum,$key); + # print $status; if ($status == 1){ renewbook(\%env,$bornum,$key);