summaryrefslogtreecommitdiff
path: root/FS/FS/ClientAPI/Signup.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-04-29 12:18:07 -0700
committerIvan Kohler <ivan@freeside.biz>2013-04-29 12:18:07 -0700
commit7266a53154af0f0b2240d3de4f912c52670d67d0 (patch)
tree50ffa1f5b555b4a1a500d8a2925fb6f45c77a2a7 /FS/FS/ClientAPI/Signup.pm
parentf3e0ac2b009c4edd5692cb587ff709dac2223ebe (diff)
add selectable domain option to signup, RT#21557
Diffstat (limited to 'FS/FS/ClientAPI/Signup.pm')
-rw-r--r--FS/FS/ClientAPI/Signup.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm
index 1dbb20b..895c582 100644
--- a/FS/FS/ClientAPI/Signup.pm
+++ b/FS/FS/ClientAPI/Signup.pm
@@ -98,7 +98,7 @@ sub signup_info {
my @signup_bools = qw( no_company recommend_daytime recommend_email );
- my @signup_server_scalars = qw( default_pkgpart default_svcpart );
+ my @signup_server_scalars = qw( default_pkgpart default_svcpart default_domain );
my @selfservice_textareas = qw( head body_header body_footer );