From: Ivan Kohler Date: Wed, 15 Jul 2015 23:33:09 +0000 (-0700) Subject: set locale in new_customer/new_customer_minimal, RT#34945 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=adf9c78bb78f892c031985d6b3bc65c0c7d898a7;p=freeside.git 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 8272b2085..c0a9d98ce 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 ), } );