[freeside-commits] freeside/FS/FS cust_bill.pm,1.347,1.348

Ivan,,, ivan at wavetail.420.am
Thu Jul 14 10:31:48 PDT 2011


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv9583

Modified Files:
	cust_bill.pm 
Log Message:
fix CDRs showing on typeset (but not printed) invoices w/squelch_cdr, RT#13561

Index: cust_bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill.pm,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -w -d -r1.347 -r1.348
--- cust_bill.pm	12 Jul 2011 22:57:03 -0000	1.347
+++ cust_bill.pm	14 Jul 2011 17:31:45 -0000	1.348
@@ -2168,7 +2168,7 @@
   $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 @@
   $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;
 



More information about the freeside-commits mailing list