summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-terms.html
diff options
context:
space:
mode:
authorivan <ivan>2011-05-05 17:01:10 +0000
committerivan <ivan>2011-05-05 17:01:10 +0000
commit8c01a1a5529abc70166da5cda943f5e0fd996f02 (patch)
tree1da29d1d220e5682460f0b145e8ca71b31b935a0 /httemplate/elements/select-terms.html
parent158103c8701d8cd87148c579dc101979c808b8c2 (diff)
add Net 9, RT#12722
Diffstat (limited to 'httemplate/elements/select-terms.html')
-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 97f37ef73..417c30fda 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 = ( 'Payable upon receipt',
- ( map "Net $_", 0, 3, 10, 15, 20, 30, 45, 60, 90 ),
+ ( map "Net $_", 0, 3, 9, 10, 15, 20, 30, 45, 60, 90 ),
);
my @pre_options = $opt{pre_options} ? @{ $opt{pre_options} } : ();