X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fselect-terms.html;h=97f37ef73ba990a72446695aa53ec44bfd4b779a;hb=5c0d47bfe554a35c8906d97b9fabd9999be4f67e;hp=1ca586e605b349071739f5f11a323935bace2d47;hpb=6b7f2cbf33e9d36bb1edd1b62d5a3cd47a5844b9;p=freeside.git 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} } : ();