From 02e37f2ee6e7870b07ba5bd1dc53504645dbe9c2 Mon Sep 17 00:00:00 2001 From: toins Date: Tue, 25 Jul 2006 12:41:55 +0000 Subject: [PATCH] Call to Bookfund Added. --- acqui/acqui-home.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/acqui/acqui-home.pl b/acqui/acqui-home.pl index 103e60dab4..9e49fe088b 100755 --- a/acqui/acqui-home.pl +++ b/acqui/acqui-home.pl @@ -48,6 +48,7 @@ use C4::Database; use C4::Suggestions; use HTML::Template; use C4::Acquisition; +use C4::Bookfund; use C4::Members; my $query = new CGI; -- 2.20.1