diff options
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 e87093c50..e0ef9d3a7 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -731,7 +731,7 @@ worry that config_items is freeside-specific and icky.      'section'     => 'billing',      'description' => 'Optional default invoice term, used to calculate a due date printed on invoices.',      'type'        => 'select', -    'select_enum' => [ '', 'Payable upon receipt', 'Net 0', 'Net 10', 'Net 15', 'Net 30', 'Net 45', 'Net 60' ], +    'select_enum' => [ '', 'Payable upon receipt', 'Net 0', 'Net 10', 'Net 15', 'Net 20', 'Net 30', 'Net 45', 'Net 60' ],    },    { | 
