summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/billing.html
diff options
context:
space:
mode:
authorlevinse <levinse>2011-04-24 17:05:01 +0000
committerlevinse <levinse>2011-04-24 17:05:01 +0000
commit867d4f2ed3127ec20548911b79017668b771331c (patch)
tree8790c0ca42f1f7663c24fa2d91e1ad4d90784cbd /httemplate/view/cust_main/billing.html
parent6d10f9863e64529026e2ff4ec144608e846f0a6a (diff)
add per-customer configurable billing date, RT10813
Diffstat (limited to 'httemplate/view/cust_main/billing.html')
-rw-r--r--httemplate/view/cust_main/billing.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html
index 014ddaba2..efff3ed1c 100644
--- a/httemplate/view/cust_main/billing.html
+++ b/httemplate/view/cust_main/billing.html
@@ -23,6 +23,15 @@ Billing information
<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&nbsp;type</TD>
<TD BGCOLOR="#ffffff">