diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-07-15 16:33:15 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-07-15 16:33:15 -0700 |
commit | f28d38924a13370bdc308a37de74b9bdc0aaf195 (patch) | |
tree | 317decbe52ce0ebaf85e7771432c5f696b72aa42 | |
parent | 1437328351c06d1addc673dd1532c8959c77f426 (diff) |
set locale in new_customer/new_customer_minimal, RT#34945
-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 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 ), } ); |