From: Jeremy Davis Date: Tue, 26 May 2015 15:48:26 +0000 (-0400) Subject: Fix type X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=57f87fa7abbd245829a778007a711948c0caea2d Fix type --- 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 ], );