diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-07-15 16:33:09 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-07-15 16:33:09 -0700 |
commit | adf9c78bb78f892c031985d6b3bc65c0c7d898a7 (patch) | |
tree | 633657a7df4c5d2de1f323db5f8eb3f7953707c4 /FS | |
parent | d11b7a6d930140a7487546727e5a1e9423fc83f4 (diff) |
set locale in new_customer/new_customer_minimal, RT#34945
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/ClientAPI/Signup.pm | 4 |
1 files changed, 4 insertions, 0 deletions
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 ), } ); |