summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2008-03-14 02:10:13 +0000
committerivan <ivan>2008-03-14 02:10:13 +0000
commitcb259499a717f39a65c75d96cb3ec6c9a8870d8a (patch)
tree9e9c07875d1d5c356a7fad513bd7fe97fccd78a6 /FS
parenta471290e8b0f948e43149a9fc113ab809afd0387 (diff)
add Net20 invoice terms, closes: #3219
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm2
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' ],
},
{