diff options
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r-- | FS/FS/Conf.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index d8f37e5e7..a6feffe5c 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4246,6 +4246,13 @@ and customer address. Include units.', }, { + 'key' => 'prospect_main-location_required', + 'section' => 'UI', + 'description' => 'Require an address for prospects. Recommended if the main use of propects is for qualifications.', + 'type' => 'checkbox', + }, + + { 'key' => 'note-classes', 'section' => 'UI', 'description' => 'Use customer note classes', |