[freeside-commits] branch master updated. c684757e24c7c64b73a6d636b2d25997b3511053
Jeremy Davis
jeremyd at 420.am
Tue May 5 10:21:31 PDT 2015
The branch, master has been updated
via c684757e24c7c64b73a6d636b2d25997b3511053 (commit)
from ed98fabaf7bc3f2127ca33e465632312bd8815fc (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 c684757e24c7c64b73a6d636b2d25997b3511053
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Sat May 2 12:38:27 2015 -0400
Ticket #31495 Fix dates on earthlink CDRs
diff --git a/FS/FS/cdr/earthlink.pm b/FS/FS/cdr/earthlink.pm
index da0d545..60cba65 100644
--- a/FS/FS/cdr/earthlink.pm
+++ b/FS/FS/cdr/earthlink.pm
@@ -17,7 +17,7 @@ use Date::Parse;
'accountcode', #Account number
skip(2), #SERVICE LOC / BILL NUMBER
sub { my($cdr, $date) = @_;
-
+ $date;
}, #date
sub { my($cdr, $time) = @_;
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cdr/earthlink.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list