[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 4e80826785918c80148c91d3b0e7c8e81e67197e

Ivan ivan at 420.am
Wed May 9 13:02:39 PDT 2012


The branch, FREESIDE_2_3_BRANCH has been updated
       via  4e80826785918c80148c91d3b0e7c8e81e67197e (commit)
      from  ce6fe0db0319234dd54525874f735aec222f781e (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 4e80826785918c80148c91d3b0e7c8e81e67197e
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed May 9 13:02:38 2012 -0700

    add "Birthdates and account, phone and hardware services" customer import format, RT#17578

diff --git a/FS/FS/cust_main/Import.pm b/FS/FS/cust_main/Import.pm
index 4bb77c8..6681f9e 100644
--- a/FS/FS/cust_main/Import.pm
+++ b/FS/FS/cust_main/Import.pm
@@ -212,7 +212,7 @@ sub batch_import {
                 );
    push @fields, map "svc_phone.$_", qw(countrycode phonenum sip_password pin);
    push @fields, map "svc_hardware.$_", qw(typenum ip_addr hw_addr serial);
-warn Dumper(@fields);
+
     $payby = 'BILL';
   } else {
     die "unknown format $format";
@@ -445,8 +445,6 @@ warn Dumper(@fields);
 
       }
 
-warn Dumper(@svc_x);
-
       $hash{$cust_pkg} = \@svc_x;
     }
 

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

Summary of changes:
 FS/FS/cust_main/Import.pm |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)




More information about the freeside-commits mailing list