[freeside-commits] branch master updated. 55e2b73fce4db4aa189b1c102a798c4f7060d109
Ivan
ivan at 420.am
Sat Jan 26 13:29:41 PST 2013
The branch, master has been updated
via 55e2b73fce4db4aa189b1c102a798c4f7060d109 (commit)
via 32b35bd7394c2775b537bfab25041d90f884ca66 (commit)
via 34fbaa1e11ebb2c543589ca6541565ac40922077 (commit)
via 6f0fede5ee9bdcdd1b5978ea5335642111081ce0 (commit)
via fa28a4d86ba5633825fb0ea90b3e253e8fedd60a (commit)
from c2746333f313511c6f7e19bdbef5622d1e4014e0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 55e2b73fce4db4aa189b1c102a798c4f7060d109
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sat Jan 26 13:29:40 2013 -0800
update the redunant fallback default for 477 reports to 2012 ffiec (2010 census)
diff --git a/FS/FS/Misc/Geo.pm b/FS/FS/Misc/Geo.pm
index 5cb10b2..2ad8311 100644
--- a/FS/FS/Misc/Geo.pm
+++ b/FS/FS/Misc/Geo.pm
@@ -81,7 +81,7 @@ sub get_censustract_ffiec {
my($zip5, $zip4) = split('-',$location->{zip});
- $year ||= '2011'; #2012 per http://transition.fcc.gov/form477/techfaqs.html soon/now?
+ $year ||= '2012';
my @ffiec_args = (
__VIEWSTATE => $viewstate,
__EVENTVALIDATION => $eventvalidation,
commit 32b35bd7394c2775b537bfab25041d90f884ca66
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sat Jan 26 13:24:07 2013 -0800
happy new year
diff --git a/FS/FS/pay_batch/eft_canada.pm b/FS/FS/pay_batch/eft_canada.pm
index 220fecb..b24c9c3 100644
--- a/FS/FS/pay_batch/eft_canada.pm
+++ b/FS/FS/pay_batch/eft_canada.pm
@@ -25,12 +25,6 @@ my %holiday_yearly = (
12 => { map {$_=>1} 26 }, #boxing day
);
my %holiday = (
- 2012 => {
- 7 => { map {$_=>1} 2 }, #canada day
- 8 => { map {$_=>1} 6 }, #First Monday of August Civic Holiday
- 9 => { map {$_=>1} 3 }, #labour day
- 10 => { map {$_=>1} 8 }, #thanksgiving
- },
2013 => { 2 => { map {$_=>1} 18 }, #family day
3 => { map {$_=>1} 29 }, #good friday
4 => { map {$_=>1} 1 }, #easter monday
commit 34fbaa1e11ebb2c543589ca6541565ac40922077
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sat Jan 26 13:20:49 2013 -0800
happy new year
diff --git a/httemplate/docs/license.html b/httemplate/docs/license.html
index e40b243..05a89c1 100644
--- a/httemplate/docs/license.html
+++ b/httemplate/docs/license.html
@@ -6,7 +6,7 @@
<P>
-Copyright © 2005-2012 Freeside Internet Services, Inc.<BR>
+Copyright © 2005-2013 Freeside Internet Services, Inc.<BR>
Copyright © 2000-2005 Ivan Kohler<BR>
Copyright © 1999 Silicon Interactive Software Design<BR>
All rights reserved<BR>
commit 6f0fede5ee9bdcdd1b5978ea5335642111081ce0
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sat Jan 26 13:19:55 2013 -0800
doc
diff --git a/FS/bin/freeside-cdr-sftp_and_import b/FS/bin/freeside-cdr-sftp_and_import
index 7f2693f..c37ff11 100755
--- a/FS/bin/freeside-cdr-sftp_and_import
+++ b/FS/bin/freeside-cdr-sftp_and_import
@@ -218,6 +218,8 @@ or FTP and then import them into the database.
-c: cdrtypenum to set, defaults to none
+-g: File is gzipped
+
user: freeside username
format: CDR format name
commit fa28a4d86ba5633825fb0ea90b3e253e8fedd60a
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sat Jan 26 13:19:39 2013 -0800
nit
diff --git a/FS/FS/pay_batch.pm b/FS/FS/pay_batch.pm
index b8da9b4..0274914 100644
--- a/FS/FS/pay_batch.pm
+++ b/FS/FS/pay_batch.pm
@@ -201,7 +201,7 @@ foreach my $INC (@INC) {
\\%FS::pay_batch::$mod\::export_info,
\$FS::pay_batch::$mod\::name)";
$name ||= $mod; # in case it's not defined
- if( $@) {
+ if ($@) {
# in FS::cdr this is a die, not a warn. That's probably a bug.
warn "error using FS::pay_batch::$mod (skipping): $@\n";
next;
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Misc/Geo.pm | 2 +-
FS/FS/pay_batch.pm | 2 +-
FS/FS/pay_batch/eft_canada.pm | 6 ------
FS/bin/freeside-cdr-sftp_and_import | 2 ++
httemplate/docs/license.html | 2 +-
5 files changed, 5 insertions(+), 9 deletions(-)
More information about the freeside-commits
mailing list