From: Ivan Kohler Date: Wed, 15 Jul 2015 23:33:15 +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=f28d38924a13370bdc308a37de74b9bdc0aaf195 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 547f230c8..c778e59d9 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 ), } );