[Koha-cvs] koha/acqui acqui-home.pl

Antoine Farnault antoine at koha-fr.org
Tue Jul 25 14:41:55 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Antoine Farnault <toins>	06/07/25 12:41:55

Modified files:
	acqui          : acqui-home.pl 

Log message:
	Call to Bookfund Added.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/acqui/acqui-home.pl?cvsroot=koha&r1=1.12&r2=1.13

Patches:
Index: acqui-home.pl
===================================================================
RCS file: /sources/koha/koha/acqui/acqui-home.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- acqui-home.pl	21 Jul 2006 14:43:37 -0000	1.12
+++ acqui-home.pl	25 Jul 2006 12:41:55 -0000	1.13
@@ -15,7 +15,7 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id: acqui-home.pl,v 1.12 2006/07/21 14:43:37 toins Exp $
+# $Id: acqui-home.pl,v 1.13 2006/07/25 12:41:55 toins Exp $
 
 
 =head1 NAME
@@ -48,6 +48,7 @@
 use C4::Suggestions;
 use HTML::Template;
 use C4::Acquisition;
+use C4::Bookfund;
 use C4::Members;
 
 my $query = new CGI;





More information about the Koha-cvs mailing list