[freeside-commits] branch master updated. 546fbb0c5054566e4916852403bff5f62827adf4
Mark Wells
mark at 420.am
Tue Apr 10 17:09:21 PDT 2012
The branch, master has been updated
via 546fbb0c5054566e4916852403bff5f62827adf4 (commit)
from 36b042b1f07afccc028121eef918fb3985e76eaa (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 546fbb0c5054566e4916852403bff5f62827adf4
Author: Mark Wells <mark at freeside.biz>
Date: Tue Apr 10 17:08: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