From efc68f41987d007de5e792b88df1c63bf3dedf4c Mon Sep 17 00:00:00 2001 From: jeff Date: Sat, 2 Aug 2008 04:20:22 +0000 Subject: bundled package presentation improvements --- httemplate/view/cust_main/billing.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'httemplate/view') 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 % } +% if ( $conf->exists('voip-cust_cdr_squelch') ) { + + Print CDRs + <% $cust_main->squelch_cdr ? 'no' : 'yes' %> + +% } + <%once> -- cgit v1.2.1