[Koha-cvs] koha/serials subscription-add.pl

Antoine Farnault antoine at koha-fr.org
Thu Jul 27 16:00:19 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Antoine Farnault <toins>	06/07/27 14:00:19

Modified files:
	serials        : subscription-add.pl 

Log message:
	Add Call to Bookfund.pm

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/serials/subscription-add.pl?cvsroot=koha&r1=1.4&r2=1.5

Patches:
Index: subscription-add.pl
===================================================================
RCS file: /sources/koha/koha/serials/subscription-add.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- subscription-add.pl	19 Jul 2006 08:58:38 -0000	1.4
+++ subscription-add.pl	27 Jul 2006 14:00:19 -0000	1.5
@@ -17,7 +17,7 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id: subscription-add.pl,v 1.4 2006/07/19 08:58:38 toins Exp $
+# $Id: subscription-add.pl,v 1.5 2006/07/27 14:00:19 toins Exp $
 
 =head1 NAME
 
@@ -51,7 +51,7 @@
 use C4::Date;
 use C4::Output;
 use C4::Serials;
-use C4::Acquisition;
+use C4::Bookfund;
 use C4::Interface::CGI::Output;
 use C4::Context;
 use HTML::Template;





More information about the Koha-cvs mailing list