fix CDRs showing on typeset (but not printed) invoices w/squelch_cdr, RT#13561
authorivan <ivan>
Thu, 14 Jul 2011 17:31:50 +0000 (17:31 +0000)
committerivan <ivan>
Thu, 14 Jul 2011 17:31:50 +0000 (17:31 +0000)
FS/FS/cust_bill.pm

index 7bf4fd2..162d6ed 100644 (file)
@@ -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;