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