[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 1c56391de209e817c5f922b90a1673bf616d48fa
Mark Wells
mark at 420.am
Tue Apr 10 17:09:47 PDT 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via 1c56391de209e817c5f922b90a1673bf616d48fa (commit)
from 6eb0f0051879bef89f5bbe6118021e475a929876 (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 1c56391de209e817c5f922b90a1673bf616d48fa
Author: Mark Wells <mark at freeside.biz>
Date: Tue Apr 10 17:09:38 2012 -0700
change accountcode field, #17302
diff --git a/FS/FS/cdr/cia.pm b/FS/FS/cdr/cia.pm
index 6134333..070f3fb 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,
],
);
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cdr/cia.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list