diff options
author | levinse <levinse> | 2011-04-24 17:05:02 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-04-24 17:05:02 +0000 |
commit | 487980efc8315a0de443159142e5fce4af9f57cc (patch) | |
tree | d61feba6aebed1a6b3aadd72684945c1d35b87bd /httemplate/view | |
parent | 49f70703a53ae298e5b4d55152d812df6ed02674 (diff) |
add per-customer configurable billing date, RT10813
Diffstat (limited to 'httemplate/view')
-rw-r--r-- | httemplate/view/cust_main/billing.html | 9 |
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 type</TD> <TD BGCOLOR="#ffffff"> |