From 4799ed4b62f55d576e1af17bc8054aa0a5fd7d4e Mon Sep 17 00:00:00 2001 From: arensb Date: Wed, 16 Oct 2002 12:34:06 +0000 Subject: [PATCH] Removed reference to nonexistent C4::Acquisitions. Added FIXME comment. --- delbiblio.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/delbiblio.pl b/delbiblio.pl index 5ee2c9162f..8c86528545 100755 --- a/delbiblio.pl +++ b/delbiblio.pl @@ -27,7 +27,7 @@ use strict; use C4::Search; use CGI; use C4::Output; -use C4::Acquisitions; +#use C4::Acquisitions; # FIXME - Doesn't exist anymore use C4::Biblio; my $input = new CGI; @@ -37,6 +37,8 @@ my $input = new CGI; my $biblio=$input->param('biblio'); #print $input->header; #check no items attached +# FIXME - C4::Acquisitions no longer exists. Should this be +# &C4::Search::itemcount, or &C4::Biblio::itemcount? my $count=C4::Acquisitions::itemcount($biblio); -- 2.11.0