From 57f87fa7abbd245829a778007a711948c0caea2d Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Tue, 26 May 2015 11:48:26 -0400 Subject: [PATCH] Fix type --- FS/FS/cdr/earthlink.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/cdr/earthlink.pm b/FS/FS/cdr/earthlink.pm index cfd1cb6e2..213a025c2 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 ], ); -- 2.11.0