summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2011-05-09 22:32:55 +0000
committerivan <ivan>2011-05-09 22:32:55 +0000
commit006202bdf74a6f720dbfeb063f30aa7e4eb910d4 (patch)
tree71e72e5d1224dfd185d710c380ffc56ab126b46d /httemplate
parentf2bee829b65471b34c130c85aad80c20f6e4a966 (diff)
clarify squelch_cdr label
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/edit/cust_main/billing.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html
index 2301a0b9c..f39cfd99f 100644
--- a/httemplate/edit/cust_main/billing.html
+++ b/httemplate/edit/cust_main/billing.html
@@ -483,7 +483,7 @@ function toggle(obj) {
% if ( $conf->exists('voip-cust_cdr_squelch') ) {
<TR>
- <TD COLSPAN="2"><INPUT TYPE="checkbox" NAME="squelch_cdr" VALUE="Y" <% $cust_main->squelch_cdr eq "Y" ? 'CHECKED' : '' %>> Omit CDRs from invoices</TD>
+ <TD COLSPAN="2"><INPUT TYPE="checkbox" NAME="squelch_cdr" VALUE="Y" <% $cust_main->squelch_cdr eq "Y" ? 'CHECKED' : '' %>> Omit CDRs from printed invoices</TD>
</TR>
% } else {
<INPUT TYPE="hidden" NAME="squelch_cdr" VALUE="<% $cust_main->squelch_cdr %>">