[freeside-commits] branch FREESIDE_3_BRANCH updated. 4d6e432a463f155a8043286b6784275538ccf441

Jeremy Davis jeremyd at 420.am
Tue Jul 28 09:23:55 PDT 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  4d6e432a463f155a8043286b6784275538ccf441 (commit)
      from  159fbfeb355b1beaeca562ff5ef4e5e8451eaa7a (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 4d6e432a463f155a8043286b6784275538ccf441
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Tue Jul 28 07:38: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