diff options
| author | Mark Wells <mark@freeside.biz> | 2012-03-01 12:33:48 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2012-03-01 12:33:48 -0800 |
| commit | 943e96a24a110babfd15f94f95abbf42a95c71ab (patch) | |
| tree | 7eeeff4722605fb40c63100960fcfaf767af6e25 /FS | |
| parent | 62b2133f1011cfdc0f0d06a37a04d5f478a7f602 (diff) | |
duplicate address checking for new customers, #16582
Diffstat (limited to 'FS')
| -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 624ea1af3..29e3111dd 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3588,6 +3588,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.', |
