diff --git a/updatebibitem.pl b/updatebibitem.pl index cf19a3ecd7..210d47f2b8 100755 --- a/updatebibitem.pl +++ b/updatebibitem.pl @@ -21,7 +21,7 @@ use CGI; use strict; -use C4::Acquisitions; +use C4::Biblio; use C4::Output; use C4::Search;