diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2016-02-02 12:45:32 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2016-02-02 12:45:32 -0800 |
| commit | e440bae0f6f832117318b241e93f91d22995013f (patch) | |
| tree | 63972e4079f6015905a37382db9de0e9f0787383 /httemplate | |
| parent | f78628bc9d1bdca7b55508b99596502336ce5d6f (diff) | |
zip email CDRs, RT#40112
Diffstat (limited to 'httemplate')
| -rw-r--r-- | httemplate/edit/cust_main/billing.html | 2 | ||||
| -rw-r--r-- | httemplate/view/cust_main/billing.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html index 750862726..c4b66c8d5 100644 --- a/httemplate/edit/cust_main/billing.html +++ b/httemplate/edit/cust_main/billing.html @@ -597,7 +597,7 @@ function toggle(obj) { <INPUT TYPE="hidden" NAME="squelch_cdr" VALUE="<% $cust_main->squelch_cdr %>"> % } -% if ( $conf->exists('voip-cust_email_csv_cdr') ) { +% if ( $conf->config('voip-cdr_email_attach') ) { <TR> <TD COLSPAN="2"><INPUT TYPE="checkbox" NAME="email_csv_cdr" VALUE="Y" <% $cust_main->email_csv_cdr eq "Y" ? 'CHECKED' : '' %>> <% mt('Attach CDRs as CSV to emailed invoices') |h %></TD> </TR> diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index cc58cd74e..39f032499 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -385,7 +385,7 @@ </TR> % } -% if ( $conf->exists('voip-cust_email_csv_cdr') ) { +% if ( $conf->config('voip-cdr_email_attach') ) { <TR> <TD ALIGN="right"><% mt('Email CDRs as CSV') |h %></TD> <TD BGCOLOR="#ffffff"><% $cust_main->email_csv_cdr ? $yes : $no %></TD> |
