[freeside-commits] branch FREESIDE_3_BRANCH updated. 09cda18b435c2417e2716f03c08173264e3336a9
Mark Wells
mark at 420.am
Tue Nov 4 14:57:18 PST 2014
The branch, FREESIDE_3_BRANCH has been updated
via 09cda18b435c2417e2716f03c08173264e3336a9 (commit)
from b4cbc3a5ceeb64f3671e5b1be70a331d6af3fe69 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 09cda18b435c2417e2716f03c08173264e3336a9
Author: Mark Wells <mark at freeside.biz>
Date: Tue Nov 4 14:56:59 2014 -0800
debug
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} ) {
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Report/Tax.pm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
More information about the freeside-commits
mailing list