[freeside-commits] branch master updated. 564cd53efd7eee7c2ecd2d07ba212419f04cb017

Mark Wells mark at 420.am
Tue Nov 4 14:57:19 PST 2014


The branch, master has been updated
       via  564cd53efd7eee7c2ecd2d07ba212419f04cb017 (commit)
      from  642f5b08d9e9ac63252d07523d8f04b9e09752c2 (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 564cd53efd7eee7c2ecd2d07ba212419f04cb017
Author: Mark Wells <mark at freeside.biz>
Date:   Tue Nov 4 14:57:08 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