From 2d44c0a57b02773d2e0c8cacce35740b4e213854 Mon Sep 17 00:00:00 2001 From: arensb Date: Sun, 13 Oct 2002 05:50:21 +0000 Subject: [PATCH] Added a FIXME comment. --- updatebiblio.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/updatebiblio.pl b/updatebiblio.pl index 485ddc8ad3..598325b013 100755 --- a/updatebiblio.pl +++ b/updatebiblio.pl @@ -23,6 +23,10 @@ use strict; use C4::Acquisitions; use C4::Output; +# FIXME - This script uses a bunch of functions that appear in both +# C4::Acquisitions and C4::Biblio. But I gather that the latter are +# preferred. So should this script "use C4::Biblio;" ? + my $input = new CGI; my $bibnum = checkinp($input->param('biblionumber')); my $biblio = { -- 2.39.5