set locale in new_customer/new_customer_minimal, RT#34945
authorIvan Kohler <ivan@freeside.biz>
Wed, 15 Jul 2015 23:33:15 +0000 (16:33 -0700)
committerIvan Kohler <ivan@freeside.biz>
Wed, 15 Jul 2015 23:33:15 +0000 (16:33 -0700)
FS/FS/ClientAPI/Signup.pm

index 547f230..c778e59 100644 (file)
@@ -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
       ),
 
   } );