[freeside-commits] branch master updated. e18442a0b77e7ef55d51f369eabba19848d19a08
Ivan
ivan at 420.am
Thu Mar 6 11:35:04 PST 2014
The branch, master has been updated
via e18442a0b77e7ef55d51f369eabba19848d19a08 (commit)
from ede46a9e3854355bb93c8aaae0f502b5e346e7ee (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 e18442a0b77e7ef55d51f369eabba19848d19a08
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Mar 6 11:34:50 2014 -0800
add separate mobile # to signup api
diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm
index 29ec239..5407a8f 100644
--- a/FS/FS/ClientAPI/Signup.pm
+++ b/FS/FS/ClientAPI/Signup.pm
@@ -532,7 +532,7 @@ sub new_customer {
|| $conf->config('signup_server-default_refnum'),
( map { $_ => $template_cust->$_ } qw(
- last first company daytime night fax
+ last first company daytime night fax mobile
)
),
@@ -563,7 +563,8 @@ sub new_customer {
map { $_ => $packet->{$_} } qw(
last first ss company
- daytime night fax stateid stateid_state
+ daytime night fax mobile
+ stateid stateid_state
payby
payinfo paycvv paydate payname paystate paytype
paystart_month paystart_year payissue
@@ -930,7 +931,7 @@ sub new_customer_minimal {
map { $_ => $packet->{$_} } qw(
last first ss company
- daytime night fax
+ daytime night fax mobile
),
} );
-----------------------------------------------------------------------
Summary of changes:
FS/FS/ClientAPI/Signup.pm | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
More information about the freeside-commits
mailing list