projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16343e3
)
Ticket #31495 Import correct accountcode
author
Jeremy Davis
<jeremyd@freeside.biz>
Tue, 28 Jul 2015 11:37:48 +0000
(07:37 -0400)
committer
Jeremy Davis
<jeremyd@freeside.biz>
Tue, 28 Jul 2015 11:37:48 +0000
(07:37 -0400)
FS/FS/cdr/earthlink.pm
patch
|
blob
|
history
diff --git
a/FS/FS/cdr/earthlink.pm
b/FS/FS/cdr/earthlink.pm
index
213a025
..
5042f6f
100644
(file)
--- 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
],
);