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 a58c7fe47..836ac3fb3 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -457,6 +457,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', | 
