koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Antoine Farnault
Subject: [Koha-cvs] koha/C4/Circulation Circ2.pm [rel_3_0]
Date: Wed, 11 Oct 2006 08:39:19 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        06/10/11 08:39:19

Modified files:
        C4/Circulation : Circ2.pm 

Log message:
        use Date::Manip so as to test circulation. FIXME : We shouldn't use 
this module.

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.5&r2=1.114.2.6

Patches:
Index: Circ2.pm
===================================================================
RCS file: /sources/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.114.2.5
retrieving revision 1.114.2.6
diff -u -b -r1.114.2.5 -r1.114.2.6
--- Circ2.pm    20 Sep 2006 15:50:45 -0000      1.114.2.5
+++ Circ2.pm    11 Oct 2006 08:39:19 -0000      1.114.2.6
@@ -3,7 +3,7 @@
 
 package C4::Circulation::Circ2;
 
-# $Id: Circ2.pm,v 1.114.2.5 2006/09/20 15:50:45 toins Exp $
+# $Id: Circ2.pm,v 1.114.2.6 2006/10/11 08:39:19 toins Exp $
 
 #package to deal with Returns
 #written 3/11/99 by address@hidden
@@ -43,7 +43,7 @@
 Add_Delta_DHMS
 Date_to_Days
 );
-#use Date::Manip;
+use Date::Manip;
 
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]