diff options
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r-- | FS/FS/Conf.pm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index ea32b2c23..c69817d49 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -450,6 +450,14 @@ httemplate/docs/config.html 'type' => 'textarea', }, + { + 'key' => 'invoice_default_terms', + 'section' => 'billing', + 'description' => 'Optional default invoice term, used to calculate a due date printed on invoices.', + 'type' => 'select', + 'select_enum' => [ '', 'Payable upon receipt', 'Net 10', 'Net 15', 'Net 30', 'Net 45', 'Net 60' ], + }, + { 'key' => 'lpr', 'section' => 'required', |