X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fselect-terms.html;h=417c30fda2146a3cdead554eb8e18d6787300308;hb=20950bb21ee5dd8839a05dfcd58efa0a98e48e5a;hp=52f9fb54260a83c255fc70bbfdbdfeedcf28042e;hpb=63a268637b2d51a8766412617724b9436439deb6;p=freeside.git diff --git a/httemplate/elements/select-terms.html b/httemplate/elements/select-terms.html index 52f9fb542..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 ), + ( map "Net $_", 0, 3, 9, 10, 15, 20, 30, 45, 60, 90 ), ); my @pre_options = $opt{pre_options} ? @{ $opt{pre_options} } : ();