[freeside-commits] branch master updated. 57f87fa7abbd245829a778007a711948c0caea2d
Jeremy Davis
jeremyd at 420.am
Tue May 26 08:50:21 PDT 2015
The branch, master has been updated
via 57f87fa7abbd245829a778007a711948c0caea2d (commit)
from 0aeefc7821956bcf6e6db5a5932b7e2b7ce4b029 (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 57f87fa7abbd245829a778007a711948c0caea2d
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Tue May 26 11:48:26 2015 -0400
Fix type
diff --git a/FS/FS/cdr/earthlink.pm b/FS/FS/cdr/earthlink.pm
index cfd1cb6..213a025 100644
--- a/FS/FS/cdr/earthlink.pm
+++ b/FS/FS/cdr/earthlink.pm
@@ -37,7 +37,7 @@ use Date::Parse;
skip(2), #TERM CITY / TERM STATE
_cdr_min_parser_maker, #MINUTES
skip(1), #AMOUNT
- disposition, #Call Type
+ 'disposition', #Call Type
],
);
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cdr/earthlink.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list