summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2011-07-14 17:31:50 +0000
committerivan <ivan>2011-07-14 17:31:50 +0000
commit3ee89324c4a7baa589dd74bed4a88e0074462002 (patch)
treef2f2593653b220c2a1c00654d71c8d93808a482a /FS
parent4cdb4d97098422b1e55f59b144ea9950b1a99ffd (diff)
fix CDRs showing on typeset (but not printed) invoices w/squelch_cdr, RT#13561
Diffstat (limited to 'FS')
-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 7bf4fd2ac..162d6ed8d 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -2132,7 +2132,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 );
}
@@ -2174,7 +2174,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;