[freeside-commits] freeside/FS/FS cust_main.pm,1.324,1.325

Ivan,,, ivan at wavetail.420.am
Thu Nov 29 19:24:42 PST 2007


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv10149/FS/FS

Modified Files:
	cust_main.pm 
Log Message:
add customer import format with company

Index: cust_main.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main.pm,v
retrieving revision 1.324
retrieving revision 1.325
diff -u -d -r1.324 -r1.325
--- cust_main.pm	30 Nov 2007 01:16:45 -0000	1.324
+++ cust_main.pm	30 Nov 2007 03:24:40 -0000	1.325
@@ -5567,6 +5567,18 @@
                   svc_acct.username svc_acct._password 
                 );
     $payby = 'BILL';
+ } elsif ( $format eq 'extended-plus_company' ) {
+    @fields = qw( agent_custid refnum
+                  last first company address1 address2 city state zip country
+                  daytime night
+                  ship_last ship_first ship_company ship_address1 ship_address2
+                  ship_city ship_state ship_zip ship_country
+                  payinfo paycvv paydate
+                  invoicing_list
+                  cust_pkg.pkgpart
+                  svc_acct.username svc_acct._password 
+                );
+    $payby = 'BILL';
   } else {
     die "unknown format $format";
   }



More information about the freeside-commits mailing list