[freeside-commits] branch FREESIDE_3_BRANCH updated. f28d38924a13370bdc308a37de74b9bdc0aaf195

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


The branch, FREESIDE_3_BRANCH has been updated
       via  f28d38924a13370bdc308a37de74b9bdc0aaf195 (commit)
      from  1437328351c06d1addc673dd1532c8959c77f426 (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 f28d38924a13370bdc308a37de74b9bdc0aaf195
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jul 15 16:33:15 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 547f230..c778e59 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
           )
     ),
@@ -957,6 +959,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