From: Jeremy Davis Date: Sat, 2 May 2015 16:39:40 +0000 (-0400) Subject: Ticket #31495 Fix dates on earthlink CDRs X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=9673c3dd4b15d76e4df583b1ec1df2e6964e948e Ticket #31495 Fix dates on earthlink CDRs --- 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) = @_;