[freeside-commits] branch FREESIDE_3_BRANCH updated. 9673c3dd4b15d76e4df583b1ec1df2e6964e948e

Jeremy Davis jeremyd at 420.am
Tue May 5 10:22:20 PDT 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  9673c3dd4b15d76e4df583b1ec1df2e6964e948e (commit)
      from  86637503b5608164cf31aea501f131c74e27b724 (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 9673c3dd4b15d76e4df583b1ec1df2e6964e948e
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Sat May 2 12:39:40 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