summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2001-11-21 03:40:03 +0000
committerivan <ivan>2001-11-21 03:40:03 +0000
commit685e4c619cadadba55590b04c44f563a925b6baa (patch)
tree5991b42887f3d29dd29c580600ea3b72050527e1 /FS
parent18ed1ed986d3a6d1b7529afa3d448b0e76618fee (diff)
postalinvoicedefault config file
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 569eaabb5..bf27bf348 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -301,6 +301,13 @@ httemplate/docs/config.html
},
{
+ 'key' => 'postalinvoicedefault',
+ 'section' => 'billing',
+ 'description' => 'Disables postal mail invoices as the default option in the UI. Be careful not to setup customers which are not sent invoices. See <a href ="#emailinvoiceauto">emailinvoiceauto</a>.',
+ 'type' => 'checkbox',
+ },
+
+ {
'key' => 'emailinvoiceauto',
'section' => 'billing',
'description' => 'Automatically adds new accounts to the email invoice list upon customer creation',