diff options
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r-- | FS/FS/Conf.pm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index d84ca00f0..4b2bc3062 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3603,6 +3603,17 @@ and customer address. Include units.', }, { + 'key' => 'cust_main-check_unique', + 'section' => '', + 'description' => 'Warn before creating a customer record where these fields duplicate another customer.', + 'type' => 'select', + 'multiple' => 1, + 'select_hash' => [ + 'address1' => 'Billing address', + ], + }, + + { 'key' => 'svc_acct-display_paid_time_remaining', 'section' => '', 'description' => 'Show paid time remaining in addition to time remaining.', |