[freeside-commits] branch master updated. 3ac62d97d20400c10a1812b33617bf902f595626

Jeremy Davis jeremyd at 420.am
Tue Jul 28 09:22:11 PDT 2015


The branch, master has been updated
       via  3ac62d97d20400c10a1812b33617bf902f595626 (commit)
      from  e924a5055f046a8ad29c5d1a2a26902f2d4847a0 (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 3ac62d97d20400c10a1812b33617bf902f595626
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Tue Jul 28 07:36:14 2015 -0400

    Ticket #31495 Import correct accountcode

diff --git a/FS/FS/cdr/earthlink.pm b/FS/FS/cdr/earthlink.pm
index 213a025..5042f6f 100644
--- a/FS/FS/cdr/earthlink.pm
+++ b/FS/FS/cdr/earthlink.pm
@@ -14,8 +14,7 @@ use Date::Parse;
   'header'        => 1,
   'import_fields' => [
 
-	'accountcode',			#Account number
-              skip(2),  		#SERVICE LOC / BILL NUMBER 
+        skip(3),  			#Account number/ SERVICE LOC / BILL NUMBER 
 	sub { my($cdr, $date) = @_;  
 	$date;	
 	}, 				#date 
@@ -38,6 +37,8 @@ use Date::Parse;
 	_cdr_min_parser_maker, 		#MINUTES
 	skip(1),			#AMOUNT
 	'disposition',			#Call Type
+	skip(1),			#Seq
+	'accountcode',			#AcctCode
   ],
 );
 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/cdr/earthlink.pm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list