koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Chris Cormack
Subject: [Koha-devel] CVS: koha renewscript.pl,1.1.1.1,1.2
Date: Wed, 09 May 2001 16:23:54 -0700

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]