From add7710b2d63ae2b2f42dec3a887fc179832f8e1 Mon Sep 17 00:00:00 2001 From: arensb Date: Wed, 16 Oct 2002 12:35:43 +0000 Subject: [PATCH] Replaced nonexistent C4::Acquisitions with C4::Biblio, since that's what was apparently intended. --- deletebiblioitem.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deletebiblioitem.pl b/deletebiblioitem.pl index cb14ea2e69..53cbd06b3f 100755 --- a/deletebiblioitem.pl +++ b/deletebiblioitem.pl @@ -19,7 +19,7 @@ # Suite 330, Boston, MA 02111-1307 USA use strict; -use C4::Acquisitions; +use C4::Biblio; # For &deletebiblioitem use CGI; my $input = new CGI; -- 2.39.2