summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-07-15 16:33:06 -0700
committerIvan Kohler <ivan@freeside.biz>2015-07-15 16:33:06 -0700
commit5eb1ba22744c6fd98c8a47a3923794a1591122a9 (patch)
tree15018b260d7519e2cbb9e3acdc1b541f6dae8189 /FS
parenta63a7c017dd67aba394bd97605aa12b9321542f7 (diff)
set locale in new_customer/new_customer_minimal, RT#34945
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/ClientAPI/Signup.pm4
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
),
} );