summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-09-03 01:20:21 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-09-03 01:20:21 -0500
commit06f584e3a7d4621169d89490c72484615aecf841 (patch)
tree3a16053084df0a0572074215d024935d1c944c52
parent798ba64e8c02a2288b2162ee7d5fdb6f476c41eb (diff)
72225: OQH - Mandatory Fields on Customer Creation [v3]
-rw-r--r--FS/FS/Conf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 1f13608a7..d6fa70abe 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -4440,7 +4440,7 @@ and customer address. Include units.',
{
'key' => 'cust_main-require_classnum',
- 'section' => 'customer_fields',
+ 'section' => '',
'description' => 'Customer class is required: require customer class for all customer records.',
'type' => 'checkbox',
},