[freeside-commits] branch master updated. e7809349b0af99c9cb36becc2cbb2906b6076656
Jeremy Davis
jeremyd at 420.am
Tue May 26 07:35:44 PDT 2015
The branch, master has been updated
via e7809349b0af99c9cb36becc2cbb2906b6076656 (commit)
from fdad70473e704359be87efd125fbc03427900a6e (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 e7809349b0af99c9cb36becc2cbb2906b6076656
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Tue May 26 10:35:24 2015 -0400
Earthlink CDR's import additional info
diff --git a/FS/FS/cdr/earthlink.pm b/FS/FS/cdr/earthlink.pm
index 60cba65..cfd1cb6 100644
--- a/FS/FS/cdr/earthlink.pm
+++ b/FS/FS/cdr/earthlink.pm
@@ -36,6 +36,8 @@ use Date::Parse;
}, #TERM NUMBER
skip(2), #TERM CITY / TERM STATE
_cdr_min_parser_maker, #MINUTES
+ skip(1), #AMOUNT
+ disposition, #Call Type
],
);
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cdr/earthlink.pm | 2 ++
1 file changed, 2 insertions(+)
More information about the freeside-commits
mailing list