summaryrefslogtreecommitdiff
path: root/FS/FS/cdr
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2015-05-02 12:38:27 -0400
committerJeremy Davis <jeremyd@freeside.biz>2015-05-02 12:38:27 -0400
commitc684757e24c7c64b73a6d636b2d25997b3511053 (patch)
treef6801880b3f1afe9180f2ed8c4d7beaad977ca8e /FS/FS/cdr
parented98fabaf7bc3f2127ca33e465632312bd8815fc (diff)
Ticket #31495 Fix dates on earthlink CDRs
Diffstat (limited to 'FS/FS/cdr')
-rw-r--r--FS/FS/cdr/earthlink.pm2
1 files changed, 1 insertions, 1 deletions
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) = @_;