[Koha-devel] CVS: koha renewscript.pl,1.1.1.1,1.2

Chris Cormack rangi at users.sourceforge.net
Thu May 10 01:23:54 CEST 2001


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





More information about the Koha-devel mailing list