diff options
author | ivan <ivan> | 2001-11-21 03:42:13 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-11-21 03:42:13 +0000 |
commit | 09655ec6f1761d464a928f6aab88bb936999df25 (patch) | |
tree | 916a6eaf5efc95bf95cefd9536200d4613b40191 /FS | |
parent | 685e4c619cadadba55590b04c44f563a925b6baa (diff) |
a more reasonalbe name (!)
Diffstat (limited to 'FS')
-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', |