From 8c01a1a5529abc70166da5cda943f5e0fd996f02 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 5 May 2011 17:01:10 +0000 Subject: add Net 9, RT#12722 --- httemplate/elements/select-terms.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/elements') 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} } : (); -- cgit v1.2.1