From 51b2e1987790eb224ead07ed0a8aef828a4965de Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 2 Feb 2016 12:45:24 -0800 Subject: zip email CDRs, RT#40112 --- httemplate/view/cust_main/billing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/view') diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index 97b4baffb..cca140bf8 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -242,7 +242,7 @@ % } -% if ( $conf->exists('voip-cust_email_csv_cdr') ) { +% if ( $conf->config('voip-cdr_email_attach') ) { <% mt('Email CDRs as CSV') |h %> <% $cust_main->email_csv_cdr ? $yes : $no %> -- cgit v1.2.1