[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/C4/Circulation Circ2.pm [rel_2_2]
From: |
Chris Cormack |
Subject: |
[Koha-cvs] koha/C4/Circulation Circ2.pm [rel_2_2] |
Date: |
Tue, 13 Feb 2007 09:55:30 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Chris Cormack <rangi> 07/02/13 09:55:30
Modified files:
C4/Circulation : Circ2.pm
Log message:
Fixing call to C4::Calendar
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Circulation/Circ2.pm?cvsroot=koha&only_with_tag=rel_2_2&r1=1.87.2.19&r2=1.87.2.20
Patches:
Index: Circ2.pm
===================================================================
RCS file: /sources/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.87.2.19
retrieving revision 1.87.2.20
diff -u -b -r1.87.2.19 -r1.87.2.20
--- Circ2.pm 28 Jan 2007 01:29:28 -0000 1.87.2.19
+++ Circ2.pm 13 Feb 2007 09:55:29 -0000 1.87.2.20
@@ -3,7 +3,7 @@
package C4::Circulation::Circ2;
-# $Id: Circ2.pm,v 1.87.2.19 2007/01/28 01:29:28 genji Exp $
+# $Id: Circ2.pm,v 1.87.2.20 2007/02/13 09:55:29 rangi Exp $
#package to deal with Returns
#written 3/11/99 by address@hidden
@@ -36,7 +36,7 @@
use C4::Koha;
use C4::Biblio;
use C4::Accounts;
-use C4::Calendar::Calendar;
+use C4::Calendar;
use Date::Manip;
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
- [Koha-cvs] koha/C4/Circulation Circ2.pm [rel_2_2],
Chris Cormack <=