diff options
author | ivan <ivan> | 2011-03-14 03:53:29 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-03-14 03:53:29 +0000 |
commit | eddffe5c35507f37ed83c2529626c9be5f81a516 (patch) | |
tree | c00ca21c1f9f006b5c6175fd6b0980982cf497bb /FS | |
parent | 781e700c645d6c468d9f2755b81d555477359ff1 (diff) |
qualification address handling changes, RT#7111
Diffstat (limited to 'FS')
-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', |