diff options
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index bf27bf348..0d04cc129 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -301,7 +301,7 @@ httemplate/docs/config.html }, { - 'key' => 'postalinvoicedefault', + 'key' => 'disablepostalinvoicedefault', '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', |