[freeside-commits] branch FREESIDE_4_BRANCH updated. b30e9711d10867152b7fc9312aff0fa035bdaffe

Jonathan Prykop jonathan at 420.am
Tue May 10 12:57:05 PDT 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  b30e9711d10867152b7fc9312aff0fa035bdaffe (commit)
       via  e8214c727745a205c301391fbe14588b3453cb1b (commit)
      from  04a840acd636e5a66d77a2a5207c9d25edb3d271 (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 b30e9711d10867152b7fc9312aff0fa035bdaffe
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/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
   ],
 );

commit e8214c727745a205c301391fbe14588b3453cb1b
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/vss.pm |   33 ---------------------------------
 FS/FS/cdr/vvs.pm |    7 +++----
 2 files changed, 3 insertions(+), 37 deletions(-)
 delete mode 100644 FS/FS/cdr/vss.pm




More information about the freeside-commits mailing list