removing Renewals2 (all circ related subs are moved to Circ2.pm)
authortipaul <tipaul>
Tue, 4 May 2004 15:46:58 +0000 (15:46 +0000)
committertipaul <tipaul>
Tue, 4 May 2004 15:46:58 +0000 (15:46 +0000)
opac/opac-renew.pl
opac/opac-user.pl

index 41f1d73..4a4e3af 100755 (executable)
@@ -5,7 +5,7 @@
 #script to renew items from the web
 
 use CGI;
-use C4::Circulation::Renewals2;
+use C4::Circulation::Circ2;
 
 my $query = new CGI;
 
index e3b00da..5a498dd 100755 (executable)
@@ -6,7 +6,6 @@ use CGI;
 use C4::Auth;
 use C4::Koha;
 use C4::Circulation::Circ2;
-use C4::Circulation::Renewals2;
 use C4::Reserves2;
 use C4::Search;
 use C4::Interface::CGI::Output;