summaryrefslogtreecommitdiff
path: root/FS/FS/cust_bill.pm
diff options
context:
space:
mode:
authorivan <ivan>2011-07-14 17:31:45 +0000
committerivan <ivan>2011-07-14 17:31:45 +0000
commit06a1de4f0969dbbe1a689c1185393e664cdb907f (patch)
tree4fc2b4f9870c3467c514b8c5eda1f2e23049fd48 /FS/FS/cust_bill.pm
parentf13d4c6396201bdf26a4086c708523a0db313acc (diff)
fix CDRs showing on typeset (but not printed) invoices w/squelch_cdr, RT#13561
Diffstat (limited to 'FS/FS/cust_bill.pm')
-rw-r--r--FS/FS/cust_bill.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index ec8ed29dc..25f9c495a 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -2168,7 +2168,7 @@ sub print_text {
$params{'time'} = $today if $today;
$params{'template'} = $template if $template;
$params{$_} = $opt{$_}
- foreach grep $opt{$_}, qw( unsquealch_cdr notice_name );
+ foreach grep $opt{$_}, qw( unsquelch_cdr notice_name );
$self->print_generic( %params );
}
@@ -2210,7 +2210,7 @@ sub print_latex {
$params{'time'} = $today if $today;
$params{'template'} = $template if $template;
$params{$_} = $opt{$_}
- foreach grep $opt{$_}, qw( unsquealch_cdr notice_name );
+ foreach grep $opt{$_}, qw( unsquelch_cdr notice_name );
$template ||= $self->_agent_template;