[Koha-cvs] koha C4/Amazon.pm C4/Date.pm C4/Circulation/Cir...

Joshua Ferraro jmf at liblime.com
Sat Mar 10 00:30:18 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Joshua Ferraro <kados>	07/03/09 23:30:18

Modified files:
	C4             : Amazon.pm Date.pm 
	C4/Circulation : Circ2.pm Fines.pm Returns.pm 
	members        : mancredit.pl maninvoice.pl pay.pl 
	misc           : tidyaccounts.pl 

Log message:
	move Accounts2.pm to Accounts.pm

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Amazon.pm?cvsroot=koha&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Date.pm?cvsroot=koha&r1=1.25&r2=1.26
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Circulation/Circ2.pm?cvsroot=koha&r1=1.124&r2=1.125
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Circulation/Fines.pm?cvsroot=koha&r1=1.21&r2=1.22
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Circulation/Returns.pm?cvsroot=koha&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/koha/members/mancredit.pl?cvsroot=koha&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/koha/members/maninvoice.pl?cvsroot=koha&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/koha/members/pay.pl?cvsroot=koha&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/koha/misc/tidyaccounts.pl?cvsroot=koha&r1=1.5&r2=1.6

Patches:
Index: C4/Amazon.pm
===================================================================
RCS file: /sources/koha/koha/C4/Amazon.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- C4/Amazon.pm	9 Mar 2007 22:15:55 -0000	1.7
+++ C4/Amazon.pm	9 Mar 2007 23:30:17 -0000	1.8
@@ -106,3 +106,4 @@
 Joshua Ferraro <jmf at liblime.com>
 
 =cut
+1;

Index: C4/Date.pm
===================================================================
RCS file: /sources/koha/koha/C4/Date.pm,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- C4/Date.pm	9 Mar 2007 14:31:47 -0000	1.25
+++ C4/Date.pm	9 Mar 2007 23:30:17 -0000	1.26
@@ -1,6 +1,18 @@
-#!/usr/bin/perl -w
-
-package C4::Date;
+package C4::Date
+# This file is part of Koha.
+#
+# Koha is free software; you can redistribute it and/or modify it under the
+# terms of the GNU General Public License as published by the Free Software
+# Foundation; either version 2 of the License, or (at your option) any later
+# version.
+#
+# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
+# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along with
+# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
+# Suite 330, Boston, MA  02111-1307 USA
 
 use strict;
 use C4::Context;

Index: C4/Circulation/Circ2.pm
===================================================================
RCS file: /sources/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -b -r1.124 -r1.125
--- C4/Circulation/Circ2.pm	9 Mar 2007 14:32:26 -0000	1.124
+++ C4/Circulation/Circ2.pm	9 Mar 2007 23:30:17 -0000	1.125
@@ -17,7 +17,7 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id: Circ2.pm,v 1.124 2007/03/09 14:32:26 tipaul Exp $
+# $Id: Circ2.pm,v 1.125 2007/03/09 23:30:17 kados Exp $
 
 use strict;
 require Exporter;
@@ -26,7 +26,7 @@
 use C4::Reserves2;
 use C4::Koha;
 use C4::Biblio;
-use C4::Accounts2;
+use C4::Accounts;
 use Date::Calc qw(
   Today
   Today_and_Now
@@ -41,7 +41,7 @@
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
 # set the version for version checking
-$VERSION = do { my @v = '$Revision: 1.124 $' =~ /\d+/g; shift(@v).".".join( "_", map { sprintf "%03d", $_ } @v ); };
+$VERSION = do { my @v = '$Revision: 1.125 $' =~ /\d+/g; shift(@v).".".join( "_", map { sprintf "%03d", $_ } @v ); };
 
 =head1 NAME
 

Index: C4/Circulation/Fines.pm
===================================================================
RCS file: /sources/koha/koha/C4/Circulation/Fines.pm,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- C4/Circulation/Fines.pm	9 Mar 2007 14:32:26 -0000	1.21
+++ C4/Circulation/Fines.pm	9 Mar 2007 23:30:17 -0000	1.22
@@ -1,6 +1,6 @@
 package C4::Circulation::Fines;
 
-# $Id: Fines.pm,v 1.21 2007/03/09 14:32:26 tipaul Exp $
+# $Id: Fines.pm,v 1.22 2007/03/09 23:30:17 kados Exp $
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -24,12 +24,12 @@
 use C4::Context;
 use Date::Calc qw/Today/;
 use vars qw($VERSION @ISA @EXPORT);
-use C4::Accounts2;
+use C4::Accounts;
 use Date::Manip qw/UnixDate/;
 use C4::Log; # logaction
 
 # set the version for version checking
-$VERSION = do { my @v = '$Revision: 1.21 $' =~ /\d+/g; 
+$VERSION = do { my @v = '$Revision: 1.22 $' =~ /\d+/g; 
 shift(@v) . "." . join("_", map {sprintf "%03d", $_ } @v); };
 
 =head1 NAME

Index: C4/Circulation/Returns.pm
===================================================================
RCS file: /sources/koha/koha/C4/Circulation/Returns.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- C4/Circulation/Returns.pm	9 Mar 2007 15:35:32 -0000	1.12
+++ C4/Circulation/Returns.pm	9 Mar 2007 23:30:17 -0000	1.13
@@ -1,6 +1,6 @@
 package C4::Circulation::Returns;
 
-# $Id: Returns.pm,v 1.12 2007/03/09 15:35:32 tipaul Exp $
+# $Id: Returns.pm,v 1.13 2007/03/09 23:30:17 kados Exp $
 
 #package to deal with Returns
 #written 3/11/99 by olwen at katipo.co.nz
@@ -31,7 +31,7 @@
 require Exporter;
 use DBI;
 use C4::Context;
-use C4::Accounts2;
+use C4::Accounts;
 use C4::InterfaceCDK;
 use C4::Circulation::Main;
     # FIXME - C4::Circulation::Main and C4::Circulation::Returns

Index: members/mancredit.pl
===================================================================
RCS file: /sources/koha/koha/members/mancredit.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- members/mancredit.pl	9 Mar 2007 14:56:55 -0000	1.5
+++ members/mancredit.pl	9 Mar 2007 23:30:17 -0000	1.6
@@ -28,7 +28,7 @@
 use CGI;
 
 use C4::Members;
-use C4::Accounts2;
+use C4::Accounts;
 my $input=new CGI;
 
 

Index: members/maninvoice.pl
===================================================================
RCS file: /sources/koha/koha/members/maninvoice.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- members/maninvoice.pl	9 Mar 2007 14:56:55 -0000	1.5
+++ members/maninvoice.pl	9 Mar 2007 23:30:17 -0000	1.6
@@ -27,7 +27,7 @@
 use C4::Interface::CGI::Output;
 use CGI;
 use C4::Members;
-use C4::Accounts2;
+use C4::Accounts;
 
 
 my $input=new CGI;

Index: members/pay.pl
===================================================================
RCS file: /sources/koha/koha/members/pay.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- members/pay.pl	9 Mar 2007 14:56:55 -0000	1.7
+++ members/pay.pl	9 Mar 2007 23:30:17 -0000	1.8
@@ -17,7 +17,7 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id: pay.pl,v 1.7 2007/03/09 14:56:55 tipaul Exp $
+# $Id: pay.pl,v 1.8 2007/03/09 23:30:17 kados Exp $
 
 =head1 pay.pl
 
@@ -32,7 +32,7 @@
 use C4::Output;
 use CGI;
 use C4::Members;
-use C4::Accounts2;
+use C4::Accounts;
 use C4::Stats;
 use C4::Koha;
 use C4::Circulation::Fines;

Index: misc/tidyaccounts.pl
===================================================================
RCS file: /sources/koha/koha/misc/tidyaccounts.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- misc/tidyaccounts.pl	9 Mar 2007 14:58:36 -0000	1.5
+++ misc/tidyaccounts.pl	9 Mar 2007 23:30:18 -0000	1.6
@@ -23,7 +23,7 @@
 
 use strict;
 use CGI;
-use C4::Accounts2;
+use C4::Accounts;
 
 my $input=new CGI;
 





More information about the Koha-cvs mailing list