summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorjeff <jeff>2009-07-28 22:21:40 +0000
committerjeff <jeff>2009-07-28 22:21:40 +0000
commit50f5d60aef5ee82be33c978db6424372bfd7995b (patch)
tree2e78dbf937ae8c63c69500f76aaa2ec0da2268c9 /httemplate/view
parente1b1693a656964c6db0b8a3fb85494014434dcb1 (diff)
feature to email CSV of CDRs with invoices #5727
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/cust_main/billing.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html
index 049461dbd..c8d0c47cd 100644
--- a/httemplate/view/cust_main/billing.html
+++ b/httemplate/view/cust_main/billing.html
@@ -216,6 +216,13 @@ Billing information
</TR>
% }
+% if ( $conf->exists('voip-cust_email_csv_cdr') ) {
+ <TR>
+ <TD ALIGN="right">Email&nbsp;CDRs&nbsp;as&nbsp;CSV</TD>
+ <TD BGCOLOR="#ffffff"><% $cust_main->email_csv_cdr ? 'yes' : 'no' %></TD>
+ </TR>
+% }
+
% if ( $show_term || $cust_main->cdr_termination_percentage ) {
<TR>
<TD ALIGN="right">CDR termination settlement</TD>