using acquisition.pm instead of catalogue.pm
authortipaul <tipaul>
Thu, 15 Jul 2004 09:53:09 +0000 (09:53 +0000)
committertipaul <tipaul>
Thu, 15 Jul 2004 09:53:09 +0000 (09:53 +0000)
authorities/auth_finder.pl
authorities/authorities-home.pl

index cb2c581..fb982fa 100755 (executable)
@@ -30,7 +30,7 @@ use C4::Output;
 use C4::Interface::CGI::Output;
 use C4::AuthoritiesMarc;
 use C4::SearchMarc;
-use C4::Catalogue;
+use C4::Acquisition;
 use C4::Koha; # XXX subfield_is_koha_internal_p
 
 my $query=new CGI;
index 7255588..7991c57 100755 (executable)
@@ -30,7 +30,7 @@ use C4::Output;
 use C4::Interface::CGI::Output;
 use C4::AuthoritiesMarc;
 use C4::SearchMarc;
-use C4::Catalogue;
+use C4::Acquisition;
 use C4::Koha; # XXX subfield_is_koha_internal_p
 
 my $query=new CGI;