[freeside-commits] freeside/httemplate/view/cust_main billing.html, 1.24, 1.25
Erik Levinson
levinse at wavetail.420.am
Sun Apr 24 10:04:38 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv749/httemplate/view/cust_main
Modified Files:
billing.html
Log Message:
add per-customer configurable billing date, RT10813
Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/billing.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -w -d -r1.24 -r1.25
--- billing.html 2 Nov 2010 00:28:13 -0000 1.24
+++ billing.html 24 Apr 2011 17:04:36 -0000 1.25
@@ -23,6 +23,15 @@
<TD BGCOLOR="#ffffff"><B><% $balance %></B></TD>
</TR>
+% if ( $conf->exists('cust_main-select-billday')
+% && ($cust_main->payby eq 'CARD' || $cust_main->payby eq 'CHEK') ) {
+<TR>
+ <TD ALIGN="right">Billing day of month</TD>
+ <TD BGCOLOR="#ffffff"><% $cust_main->billday %>
+ </TD>
+</TR>
+% }
+
<TR>
<TD ALIGN="right">Billing type</TD>
<TD BGCOLOR="#ffffff">
More information about the freeside-commits
mailing list