diff options
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r-- | FS/FS/Conf.pm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index b11728f65..e3183452f 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2135,6 +2135,20 @@ httemplate/docs/config.html + { + 'key' => 'cust_main-require_phone', + 'section' => '', + 'description' => 'Require daytime or night for all customer records.', + 'type' => 'checkbox', + }, + + { + 'key' => 'cust_main-require_invoicing_list_email', + 'section' => '', + 'description' => 'Require at least one invoicing email address for all customer records.', + 'type' => 'checkbox', + }, + ); 1; |