[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/misc fines2.pl fines.pl [rel_3_0]
From: |
Antoine Farnault |
Subject: |
[Koha-cvs] koha/misc fines2.pl fines.pl [rel_3_0] |
Date: |
Fri, 01 Dec 2006 09:36:09 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: Antoine Farnault <toins> 06/12/01 09:36:08
Modified files:
misc : fines2.pl fines.pl
Log message:
theses scripts don't need to use C4::Search.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/misc/fines2.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.12.2.1&r2=1.12.2.2
http://cvs.savannah.gnu.org/viewcvs/koha/misc/fines.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.5&r2=1.1.2.6
Patches:
Index: fines2.pl
===================================================================
RCS file: /sources/koha/koha/misc/fines2.pl,v
retrieving revision 1.12.2.1
retrieving revision 1.12.2.2
diff -u -b -r1.12.2.1 -r1.12.2.2
--- fines2.pl 17 Nov 2006 14:57:22 -0000 1.12.2.1
+++ fines2.pl 1 Dec 2006 09:36:08 -0000 1.12.2.2
@@ -25,10 +25,9 @@
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
# Suite 330, Boston, MA 02111-1307 USA
-# $Id: fines2.pl,v 1.12.2.1 2006/11/17 14:57:22 tipaul Exp $
+# $Id: fines2.pl,v 1.12.2.2 2006/12/01 09:36:08 toins Exp $
use C4::Context;
-use C4::Search;
use C4::Circulation::Circ2;
use C4::Circulation::Fines;
use Date::Manip;
Index: fines.pl
===================================================================
RCS file: /sources/koha/koha/misc/Attic/fines.pl,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -b -r1.1.2.5 -r1.1.2.6
--- fines.pl 17 Nov 2006 14:57:22 -0000 1.1.2.5
+++ fines.pl 1 Dec 2006 09:36:08 -0000 1.1.2.6
@@ -25,10 +25,9 @@
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
# Suite 330, Boston, MA 02111-1307 USA
-# $Id: fines.pl,v 1.1.2.5 2006/11/17 14:57:22 tipaul Exp $
+# $Id: fines.pl,v 1.1.2.6 2006/12/01 09:36:08 toins Exp $
use C4::Context;
-use C4::Search;
use C4::Circulation::Circ2;
use C4::Circulation::Fines;
use Date::Manip qw/Date_DaysSince1BC/;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/misc fines2.pl fines.pl [rel_3_0],
Antoine Farnault <=