summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorjeff <jeff>2009-04-02 20:22:32 +0000
committerjeff <jeff>2009-04-02 20:22:32 +0000
commit8e9fad68fed8b7821fd7736b7947fb45983ff9c0 (patch)
treeb0d1d578c11940efbec6762ee67a224ce615cb42 /httemplate/edit
parent6d63ac7337203c5ea73aebce87d93d663606f386 (diff)
Net 20 as well
Diffstat (limited to 'httemplate/edit')
-rw-r--r--httemplate/edit/cust_main/billing.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html
index 8724db9dc..e175e21cc 100644
--- a/httemplate/edit/cust_main/billing.html
+++ b/httemplate/edit/cust_main/billing.html
@@ -429,7 +429,7 @@
<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 %>
% }