diff --git a/addwebsite.pl b/addwebsite.pl index c8212e9f550..ae50a400c59 100755 --- a/addwebsite.pl +++ b/addwebsite.pl @@ -19,7 +19,7 @@ # Suite 330, Boston, MA 02111-1307 USA use strict; -use C4::Acquisitions; +use C4::Catalogue; use CGI; my $input = new CGI;