X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fselect-terms.html;h=417c30fda2146a3cdead554eb8e18d6787300308;hb=a363a49c213f1e64add5c34a8a2bd17d154adfd3;hp=1ca586e605b349071739f5f11a323935bace2d47;hpb=6b7f2cbf33e9d36bb1edd1b62d5a3cd47a5844b9;p=freeside.git diff --git a/httemplate/elements/select-terms.html b/httemplate/elements/select-terms.html index 1ca586e60..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, 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} } : ();