[freeside-commits] branch FREESIDE_3_BRANCH updated. ade4bd03b8525a4711077f94a120712f167d8323
Jeremy Davis
jeremyd at 420.am
Tue May 26 08:50:49 PDT 2015
The branch, FREESIDE_3_BRANCH has been updated
via ade4bd03b8525a4711077f94a120712f167d8323 (commit)
from 830c02cb25147b6a7d7078b334553ea6d001af27 (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 ade4bd03b8525a4711077f94a120712f167d8323
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Tue May 26 11:50:40 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