summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorivan <ivan>2011-02-15 19:02:10 +0000
committerivan <ivan>2011-02-15 19:02:10 +0000
commitdc1891ff9a6e6c4b4545fe7f786af6bd0f28b2cf (patch)
treeb9f20066721a91b057b1ef38a05fb134dd440615 /httemplate/elements
parent99a7600cf4b5986b6f2be8ee1ad871ca77799c6b (diff)
add Net 3 terms, RT#11641
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 1ca586e60..97f37ef73 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, 10, 15, 20, 30, 45, 60, 90 ),
+ ( map "Net $_", 0, 3, 10, 15, 20, 30, 45, 60, 90 ),
);
my @pre_options = $opt{pre_options} ? @{ $opt{pre_options} } : ();