diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2016-09-03 01:20:21 -0500 |
|---|---|---|
| committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-09-03 01:20:21 -0500 |
| commit | 06f584e3a7d4621169d89490c72484615aecf841 (patch) | |
| tree | 3a16053084df0a0572074215d024935d1c944c52 | |
| parent | 798ba64e8c02a2288b2162ee7d5fdb6f476c41eb (diff) | |
72225: OQH - Mandatory Fields on Customer Creation [v3]
| -rw-r--r-- | FS/FS/Conf.pm | 2 |
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', }, |
