summaryrefslogtreecommitdiff
path: root/FS/FS/cdr
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2015-05-26 11:48:26 -0400
committerJeremy Davis <jeremyd@freeside.biz>2015-05-26 11:48:26 -0400
commit57f87fa7abbd245829a778007a711948c0caea2d (patch)
treeef546bade361b933c31328d07e3a0e326eecbd4f /FS/FS/cdr
parent0aeefc7821956bcf6e6db5a5932b7e2b7ce4b029 (diff)
Fix type
Diffstat (limited to 'FS/FS/cdr')
-rw-r--r--FS/FS/cdr/earthlink.pm2
1 files changed, 1 insertions, 1 deletions
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
],
);