add "Birthdates and account, phone and hardware services" customer import format...
authorIvan Kohler <ivan@freeside.biz>
Wed, 9 May 2012 20:02:37 +0000 (13:02 -0700)
committerIvan Kohler <ivan@freeside.biz>
Wed, 9 May 2012 20:02:37 +0000 (13:02 -0700)
FS/FS/cust_main/Import.pm

index 4bb77c8..6681f9e 100644 (file)
@@ -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;
     }