[freeside-commits] branch FREESIDE_4_BRANCH updated. adf9c78bb78f892c031985d6b3bc65c0c7d898a7

Ivan ivan at 420.am
Wed Jul 15 16:33:13 PDT 2015


The branch, FREESIDE_4_BRANCH has been updated
       via  adf9c78bb78f892c031985d6b3bc65c0c7d898a7 (commit)
      from  d11b7a6d930140a7487546727e5a1e9423fc83f4 (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 adf9c78bb78f892c031985d6b3bc65c0c7d898a7
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jul 15 16:33:09 2015 -0700

    set locale in new_customer/new_customer_minimal, RT#34945

diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm
index 8272b20..c0a9d98 100644
--- a/FS/FS/ClientAPI/Signup.pm
+++ b/FS/FS/ClientAPI/Signup.pm
@@ -539,6 +539,8 @@ sub new_customer {
             paystart_month paystart_year payissue
             payip
 
+            locale
+
             referral_custnum comments
           )
     ),
@@ -946,6 +948,8 @@ sub new_customer_minimal {
         payinfo paycvv paydate payname paystate paytype
         paystart_month paystart_year payissue
         payip
+
+        locale
       ),
 
   } );

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

Summary of changes:
 FS/FS/ClientAPI/Signup.pm |    4 ++++
 1 file changed, 4 insertions(+)




More information about the freeside-commits mailing list