[freeside-commits] branch FREESIDE_3_BRANCH updated. af63633871e60e72517cf9ad6757dd7c1b81fcd1
Jeremy Davis
jeremyd at 420.am
Mon Dec 1 08:29:07 PST 2014
The branch, FREESIDE_3_BRANCH has been updated
via af63633871e60e72517cf9ad6757dd7c1b81fcd1 (commit)
from f0870e1f266e6f463be6c88841bdb2a5ece9bbda (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 af63633871e60e72517cf9ad6757dd7c1b81fcd1
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Thu Nov 27 17:30:13 2014 -0500
Ticket #32382 Vss format fixes
diff --git a/FS/FS/cdr/vss.pm b/FS/FS/cdr/vss.pm
index b07be2b..1597d5b 100644
--- a/FS/FS/cdr/vss.pm
+++ b/FS/FS/cdr/vss.pm
@@ -11,6 +11,8 @@ use FS::cdr qw(_cdr_date_parser_maker);
'name' => 'VSS',
'weight' => 120,
'header' => 1,
+
+ 'header' => 1,
'import_fields' => [
skip(1), # Customer
@@ -18,9 +20,9 @@ use FS::cdr qw(_cdr_date_parser_maker);
'accountcode', # account_id
'src', # caller
'dst', # called
- skip(1), # reason
-# _cdr_date_parser_maker('startdate'), # time
- 'calldate',
+ skip(2), # reason
+ # call id
+ _cdr_date_parser_maker('startdate'), # time
'billsec', # duration
skip(3), # ringtime
# status
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cdr/vss.pm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
More information about the freeside-commits
mailing list