summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-11-04 14:57:08 -0800
committerMark Wells <mark@freeside.biz>2014-11-04 14:57:08 -0800
commit564cd53efd7eee7c2ecd2d07ba212419f04cb017 (patch)
treeaefb9e8116a0aeeaa8ac8d825708826c0427e3ac /FS/FS
parent642f5b08d9e9ac63252d07523d8f04b9e09752c2 (diff)
debug
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/Report/Tax.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/FS/FS/Report/Tax.pm b/FS/FS/Report/Tax.pm
index f53414b..acf9f44 100644
--- a/FS/FS/Report/Tax.pm
+++ b/FS/FS/Report/Tax.pm
@@ -7,7 +7,7 @@ use Date::Format qw( time2str );
use Data::Dumper;
-$DEBUG = 2;
+$DEBUG = 0;
=item report_internal OPTIONS
@@ -500,7 +500,6 @@ sub title {
if ( $self->{opt}->{agentnum} ) {
my $agent = qsearchs('agent', { agentnum => $self->{opt}->{agentnum} });
$string .= $agent->agent . ' ';
- warn $string;
}
$string .= 'Tax Report: '; # XXX localization
if ( $self->{opt}->{beginning} ) {