[freeside-commits] freeside/FS/FS cust_main.pm, 1.271.2.30, 1.271.2.31
Ivan,,,
ivan at wavetail.420.am
Thu Nov 29 19:24:50 PST 2007
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv10150/FS/FS
Modified Files:
Tag: FREESIDE_1_7_BRANCH
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.271.2.30
retrieving revision 1.271.2.31
diff -u -d -r1.271.2.30 -r1.271.2.31
--- cust_main.pm 30 Nov 2007 01:16:09 -0000 1.271.2.30
+++ cust_main.pm 30 Nov 2007 03:24:47 -0000 1.271.2.31
@@ -4906,6 +4906,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