[Koha-cvs] koha/circ currenttransfers.pl [rel_3_0]

LAURIN arnaud alaurin at ouestprovence.fr
Wed Nov 22 17:53:33 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	LAURIN arnaud <alaurin>	06/11/22 16:53:33

Modified files:
	circ           : currenttransfers.pl 

Log message:
	bugfix : 
	use Date::Calc ...., now Add_Delta_YM is ok

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/circ/currenttransfers.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.3.2.4&r2=1.3.2.5

Patches:
Index: currenttransfers.pl
===================================================================
RCS file: /sources/koha/koha/circ/currenttransfers.pl,v
retrieving revision 1.3.2.4
retrieving revision 1.3.2.5
diff -u -b -r1.3.2.4 -r1.3.2.5
--- currenttransfers.pl	21 Nov 2006 10:45:54 -0000	1.3.2.4
+++ currenttransfers.pl	22 Nov 2006 16:53:33 -0000	1.3.2.5
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: currenttransfers.pl,v 1.3.2.4 2006/11/21 10:45:54 toins Exp $
+# $Id: currenttransfers.pl,v 1.3.2.5 2006/11/22 16:53:33 alaurin Exp $
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -27,9 +27,12 @@
 use C4::Auth;
 use C4::Date;
 use C4::Circulation::Circ2;
+use Date::Calc qw(
+  Today
+  Add_Delta_YM
+  Date_to_Days
+);
 
-#use Date::Manip;
-use Date::Calc qw/Today/;
 use C4::Koha;
 use C4::Search;
 use C4::Reserves2;





More information about the Koha-cvs mailing list