[freeside-commits] branch FREESIDE_3_BRANCH updated. 29511cc57e60f40a231aa8e1dc3239869ea14410

Jonathan Prykop jonathan at 420.am
Tue May 10 13:01:45 PDT 2016


The branch, FREESIDE_3_BRANCH has been updated
       via  29511cc57e60f40a231aa8e1dc3239869ea14410 (commit)
       via  881b08fc679c7a03d5094757e579101cbe1ee799 (commit)
      from  25d9fa67032f4a07dfb78145689d1196e8ca6db0 (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 29511cc57e60f40a231aa8e1dc3239869ea14410
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Tue May 10 14:50:39 2016 -0500

    RT#40601: Remove status column from VSS import [status column removed]

diff --git a/FS/FS/cdr/FS/FS/cdr/vvs.pm b/FS/FS/cdr/FS/FS/cdr/vvs.pm
index 63a647e..db7e72a 100644
--- a/FS/FS/cdr/FS/FS/cdr/vvs.pm
+++ b/FS/FS/cdr/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
   ],
 );

commit 881b08fc679c7a03d5094757e579101cbe1ee799
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Tue May 10 14:33:20 2016 -0500

    RT#40601: Remove status column from VSS import [remove old obsolete module]

diff --git a/FS/FS/cdr/vss.pm b/FS/FS/cdr/vss.pm
deleted file mode 100644
index a550303..0000000
--- a/FS/FS/cdr/vss.pm
+++ /dev/null
@@ -1,33 +0,0 @@
-package FS::cdr::vss;
-
-use strict;
-use vars qw( @ISA %info $tmp_mon $tmp_mday $tmp_year );
-use Time::Local;
-use FS::cdr qw(_cdr_date_parser_maker);
-
- at ISA = qw(FS::cdr);
-
-%info = (
-  'name'          => 'VSS',
-  'weight'        => 120,
-  'header'        => 1,
-  'import_fields' => [
-
-        skip(1),        # i_customer
-        'accountcode',  # account_id
-        'src',          # caller
-        'dst',          # called
-        skip(2),        # reason
-			# call id
-        _cdr_date_parser_maker('startdate'),       # time
-        'billsec',      # duration
-        skip(3),        # ringtime
-                        # status
-                        # resller_charge
-       'upstream_price',# customer_charge
-  ],
-);
-
-sub skip { map {''} (1..$_[0]) }
-
-1;

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/cdr/FS/FS/cdr/vvs.pm |    7 +++----
 FS/FS/cdr/vss.pm           |   33 ---------------------------------
 2 files changed, 3 insertions(+), 37 deletions(-)
 delete mode 100644 FS/FS/cdr/vss.pm




More information about the freeside-commits mailing list