[freeside-commits] branch FREESIDE_4_BRANCH updated. 380e6cb3c33bee60539a212ad0461d1f398431c3
Jeremy Davis
jeremyd at 420.am
Tue Jul 28 09:22:49 PDT 2015
The branch, FREESIDE_4_BRANCH has been updated
via 380e6cb3c33bee60539a212ad0461d1f398431c3 (commit)
from 16343e376d2ded88a899e24a04ba204737ea110b (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 380e6cb3c33bee60539a212ad0461d1f398431c3
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Tue Jul 28 07:37:48 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