diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2015-05-02 12:39:40 -0400 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2015-05-02 12:39:40 -0400 |
commit | 9673c3dd4b15d76e4df583b1ec1df2e6964e948e (patch) | |
tree | 16f15512d9be7c0534c914e4bf88f8e7365c61af /FS | |
parent | 86637503b5608164cf31aea501f131c74e27b724 (diff) |
Ticket #31495 Fix dates on earthlink CDRs
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cdr/earthlink.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cdr/earthlink.pm b/FS/FS/cdr/earthlink.pm index da0d54527..60cba654f 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) = @_; |