[Koha-cvs] koha/C4/Circulation Circ2.pm [rel_3_0]

Bruno Toumi btoumi at ouestprovence.fr
Wed Sep 6 14:46:33 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Bruno Toumi <btoumi>	06/09/06 12:46:33

Modified files:
	C4/Circulation : Circ2.pm 

Log message:
	allow call to accounts2.pm

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Circulation/Circ2.pm?cvsroot=koha&only_with_tag=rel_3_0&r1=1.114.2.3&r2=1.114.2.4

Patches:
Index: Circ2.pm
===================================================================
RCS file: /sources/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.114.2.3
retrieving revision 1.114.2.4
diff -u -b -r1.114.2.3 -r1.114.2.4
--- Circ2.pm	5 Sep 2006 15:52:19 -0000	1.114.2.3
+++ Circ2.pm	6 Sep 2006 12:46:32 -0000	1.114.2.4
@@ -3,7 +3,7 @@
 
 package C4::Circulation::Circ2;
 
-# $Id: Circ2.pm,v 1.114.2.3 2006/09/05 15:52:19 toins Exp $
+# $Id: Circ2.pm,v 1.114.2.4 2006/09/06 12:46:32 btoumi Exp $
 
 #package to deal with Returns
 #written 3/11/99 by olwen at katipo.co.nz
@@ -35,7 +35,7 @@
 use C4::Reserves2;
 use C4::Koha;
 use C4::Biblio;
-#use C4::Accounts2;
+use C4::Accounts2;
 use Date::Calc qw(
 Today
 Today_and_Now





More information about the Koha-cvs mailing list