diff options
author | jeff <jeff> | 2008-08-02 04:20:22 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-08-02 04:20:22 +0000 |
commit | efc68f41987d007de5e792b88df1c63bf3dedf4c (patch) | |
tree | c1097a43fa4b2430d938eb8e7cc0e82611fe37e6 /httemplate/view | |
parent | 6038f6fe5fe3590bcc8063f15ba8ce4cb6a985dc (diff) |
bundled package presentation improvements
Diffstat (limited to 'httemplate/view')
-rw-r--r-- | httemplate/view/cust_main/billing.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index 2f05c1ae2..aea90e8b3 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -196,6 +196,13 @@ Billing information </TR> % } +% if ( $conf->exists('voip-cust_cdr_squelch') ) { + <TR> + <TD ALIGN="right">Print CDRs</TD> + <TD BGCOLOR="#ffffff"><% $cust_main->squelch_cdr ? 'no' : 'yes' %></TD> + </TR> +% } + </TABLE></TD></TR></TABLE> <%once> |