[freeside-commits] freeside/FS/FS cust_bill.pm, 1.299.2.41, 1.299.2.42
Ivan,,,
ivan at wavetail.420.am
Thu Jul 14 10:31:53 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv9593
Modified Files:
Tag: FREESIDE_2_1_BRANCH
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.299.2.41
retrieving revision 1.299.2.42
diff -u -w -d -r1.299.2.41 -r1.299.2.42
--- cust_bill.pm 12 Jul 2011 23:00:33 -0000 1.299.2.41
+++ cust_bill.pm 14 Jul 2011 17:31:50 -0000 1.299.2.42
@@ -2132,7 +2132,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 );
}
@@ -2174,7 +2174,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