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

index 8272b20..c0a9d98 100644 (file)
@@ -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
       ),
 
   } );