diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-07-15 16:33:06 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-07-15 16:33:06 -0700 |
commit | 5eb1ba22744c6fd98c8a47a3923794a1591122a9 (patch) | |
tree | 15018b260d7519e2cbb9e3acdc1b541f6dae8189 /FS | |
parent | a63a7c017dd67aba394bd97605aa12b9321542f7 (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 ), } ); |