From 1c56391de209e817c5f922b90a1673bf616d48fa Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 10 Apr 2012 17:09:38 -0700 Subject: [PATCH] change accountcode field, #17302 --- FS/FS/cdr/cia.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FS/FS/cdr/cia.pm b/FS/FS/cdr/cia.pm index 61343338a..070f3fb0d 100644 --- a/FS/FS/cdr/cia.pm +++ b/FS/FS/cdr/cia.pm @@ -28,8 +28,8 @@ use FS::cdr qw(_cdr_date_parser_maker); 'dst', # DNIS 'src', # ANI skip(2), # Call Type, Toll Free, - skip(1), # Chair Conference Entry Code - 'accountcode', # Participant Conference Entry Code, + 'accountcode', # Chair Conference Entry Code + skip(1), # Participant Conference Entry Code, ], ); -- 2.20.1