[freeside-commits] branch FREESIDE_3_BRANCH updated. 7fd1e227ab1b06d27896686b7b86766d87e750be

Jeremy Davis jeremyd at 420.am
Fri Dec 5 06:56:12 PST 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  7fd1e227ab1b06d27896686b7b86766d87e750be (commit)
      from  7cd31cde35c69800b9ff8584f661c06cfc6101e2 (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 7fd1e227ab1b06d27896686b7b86766d87e750be
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Fri Dec 5 09:55:40 2014 -0500

    Fix incorrectly uploaded code for vss 32382

diff --git a/FS/FS/cdr/vss.pm b/FS/FS/cdr/vss.pm
index 1597d5b..6fc647a 100644
--- a/FS/FS/cdr/vss.pm
+++ b/FS/FS/cdr/vss.pm
@@ -11,8 +11,6 @@ use FS::cdr qw(_cdr_date_parser_maker);
   'name'          => 'VSS',
   'weight'        => 120,
   'header'        => 1,
-
-  'header'        => 1,
   'import_fields' => [
 
         skip(1),        # Customer
@@ -34,4 +32,3 @@ use FS::cdr qw(_cdr_date_parser_maker);
 sub skip { map {''} (1..$_[0]) }
 
 1;
-

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

Summary of changes:
 FS/FS/cdr/vss.pm |    3 ---
 1 file changed, 3 deletions(-)




More information about the freeside-commits mailing list