[freeside-commits] freeside/httemplate/edit/cust_main billing.html, 1.22, 1.23
Jeff Finucane,420,,
jeff at wavetail.420.am
Thu Apr 2 13:22:35 PDT 2009
Update of /home/cvs/cvsroot/freeside/httemplate/edit/cust_main
In directory wavetail.420.am:/tmp/cvs-serv16357
Modified Files:
billing.html
Log Message:
Net 20 as well
Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main/billing.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- billing.html 28 Dec 2008 18:44:46 -0000 1.22
+++ billing.html 2 Apr 2009 20:22:32 -0000 1.23
@@ -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 %>
% }
More information about the freeside-commits
mailing list