[freeside-commits] branch FREESIDE_3_BRANCH updated. 99273ca31c2da59ad01e77154268cdd1b0502d3d

Ivan ivan at 420.am
Thu Mar 6 11:35:03 PST 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  99273ca31c2da59ad01e77154268cdd1b0502d3d (commit)
      from  2a3f397fe06f7285dc763bf13e305a41d5911540 (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 99273ca31c2da59ad01e77154268cdd1b0502d3d
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Mar 6 11:34:58 2014 -0800

    add separate mobile # to signup api

diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm
index c968d3b..5029598 100644
--- a/FS/FS/ClientAPI/Signup.pm
+++ b/FS/FS/ClientAPI/Signup.pm
@@ -531,7 +531,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
             )
       ),
 
@@ -562,7 +562,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

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

Summary of changes:
 FS/FS/ClientAPI/Signup.pm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list