[freeside-commits] branch FREESIDE_3_BRANCH updated. 658c963c50e41f2801e10984f195644cb3ab040e

Jeremy Davis jeremyd at 420.am
Tue May 26 07:36:32 PDT 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  658c963c50e41f2801e10984f195644cb3ab040e (commit)
      from  f6bc48ca42ced4059f9521db3d4b5ca1deb896ab (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 658c963c50e41f2801e10984f195644cb3ab040e
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Tue May 26 10:36: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