From 3e0f57d0d8567722f27283731dac833c21b3b6df Mon Sep 17 00:00:00 2001 From: rangi Date: Wed, 22 Oct 2003 20:20:48 +0000 Subject: [PATCH] Fix for bug 591 --- updatebibitem.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2