summaryrefslogtreecommitdiff
path: root/FS/FS/cdr
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-05-10 14:50:39 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-05-10 14:56:28 -0500
commitb30e9711d10867152b7fc9312aff0fa035bdaffe (patch)
treeb967918bddd7b7d013362d377a80541b66a231dc /FS/FS/cdr
parente8214c727745a205c301391fbe14588b3453cb1b (diff)
RT#40601: Remove status column from VSS import [status column removed]
Diffstat (limited to 'FS/FS/cdr')
-rw-r--r--FS/FS/cdr/vvs.pm7
1 files changed, 3 insertions, 4 deletions
diff --git a/FS/FS/cdr/vvs.pm b/FS/FS/cdr/vvs.pm
index 63a647e..db7e72a 100644
--- a/FS/FS/cdr/vvs.pm
+++ b/FS/FS/cdr/vvs.pm
@@ -18,12 +18,11 @@ use FS::cdr qw(_cdr_date_parser_maker);
'src', # caller
'dst', # called
skip(2), # reason
- # call id
+ # call id
_cdr_date_parser_maker('startdate'), # time
'billsec', # duration
- skip(3), # ringtime
- # status
- # resller_charge
+ skip(2), # ringtime
+ # reseller_charge
'upstream_price',# customer_charge
],
);