diff options
| author | ivan <ivan> | 2011-07-14 17:21:08 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-07-14 17:21:08 +0000 |
| commit | f13d4c6396201bdf26a4086c708523a0db313acc (patch) | |
| tree | 860d9b5c89627d6f9f4217a51c0b47b88fff1d12 /httemplate/view | |
| parent | d9818900e0c2ec7da76200d05601cd534977151e (diff) | |
fix labels for cdr_squelch depending on conf setting of voip-cdr_email, RT#13561
Diffstat (limited to 'httemplate/view')
| -rw-r--r-- | httemplate/view/cust_main/billing.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index 9f1ff8dc9..ba63833f4 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -244,7 +244,7 @@ % if ( $conf->exists('voip-cust_cdr_squelch') ) { <TR> - <TD ALIGN="right"><% mt('Print CDRs') |h %></TD> + <TD ALIGN="right"><% mt($conf->exists('voip-cdr_email') ? 'Print CDRs' : 'Show CDRs') |h %></TD> <TD BGCOLOR="#ffffff"><% $cust_main->squelch_cdr ? $no : $yes %></TD> </TR> % } |
