summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-12-04 11:06:42 -0800
committerIvan Kohler <ivan@freeside.biz>2012-12-04 11:06:42 -0800
commita9e018d378fd83aadf4c84a33001e39333c7cd30 (patch)
tree29c9142a2bd1616ab2b3bf7453d984a511f585d5 /httemplate/elements
parent998b62d3f157ba546b2b100f2005934f42aa863f (diff)
add Net 18, RT#17616
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/select-terms.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/select-terms.html b/httemplate/elements/select-terms.html
index d63c49219..a66aa29ae 100644
--- a/httemplate/elements/select-terms.html
+++ b/httemplate/elements/select-terms.html
@@ -33,7 +33,7 @@ my $empty_label =
my $empty_value = $opt{'empty_value'} || '';
my @terms = ( emt('Payable upon receipt'),
- ( map "Net $_", 0, 3, 9, 10, 15, 20, 30, 45, 60, 90 ),
+ ( map "Net $_", 0, 3, 9, 10, 15, 18, 20, 30, 45, 60, 90 ),
);
my @pre_options = $opt{pre_options} ? @{ $opt{pre_options} } : ();