C4::Acquisitions doesn't exist anymore. Changed it to C4::Catalogue,

since that's what was apparently intended.
This commit is contained in:
arensb 2002-10-16 12:32:26 +00:00
parent 2ec783b0ef
commit 5656db6882

View file

@ -19,7 +19,7 @@
# Suite 330, Boston, MA 02111-1307 USA
use strict;
use C4::Acquisitions;
use C4::Catalogue;
use CGI;
my $input = new CGI;