From 7485f4baa0cbc14e837e56925b669760d5a1c7ec Mon Sep 17 00:00:00 2001 From: tipaul Date: Tue, 4 May 2004 15:46:58 +0000 Subject: [PATCH] removing Renewals2 (all circ related subs are moved to Circ2.pm) --- opac/opac-renew.pl | 2 +- opac/opac-user.pl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/opac/opac-renew.pl b/opac/opac-renew.pl index 41f1d73304..4a4e3afdc3 100755 --- a/opac/opac-renew.pl +++ b/opac/opac-renew.pl @@ -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; diff --git a/opac/opac-user.pl b/opac/opac-user.pl index e3b00dad9c..5a498dd734 100755 --- a/opac/opac-user.pl +++ b/opac/opac-user.pl @@ -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; -- 2.20.1