Net 20 as well
authorjeff <jeff>
Thu, 2 Apr 2009 20:22:32 +0000 (20:22 +0000)
committerjeff <jeff>
Thu, 2 Apr 2009 20:22:32 +0000 (20:22 +0000)
httemplate/edit/cust_main/billing.html

index 8724db9..e175e21 100644 (file)
         <SELECT NAME="invoice_terms">
           <OPTION VALUE="">Default (<% $conf->config('invoice_default_terms') || 'Payable upon receipt' %>)
 %         foreach my $term ( 'Payable upon receipt',
-%                            ( map "Net $_", 0, 10, 15, 30, 45, 60 ),
+%                            ( map "Net $_", 0, 10, 15, 20, 30, 45, 60 ),
 %                          ) {
             <OPTION VALUE="<% $term %>" <% $cust_main->invoice_terms eq $term ? ' SELECTED' : '' %>><% $term %>
 %         }