[freeside-commits] branch master updated. aef0f066164b4359b4f6ec2706d6421f3e55a015

Ivan ivan at 420.am
Wed Dec 10 21:02:49 PST 2014


The branch, master has been updated
       via  aef0f066164b4359b4f6ec2706d6421f3e55a015 (commit)
      from  b0dcfb17045dca111b177084ecb857ae2ee6c670 (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 aef0f066164b4359b4f6ec2706d6421f3e55a015
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Dec 10 21:02:48 2014 -0800

    remove debugging (tax-exempt numbers during signup, RT#32299)

diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm
index ebf5693..554fc30 100644
--- a/FS/FS/ClientAPI/Signup.pm
+++ b/FS/FS/ClientAPI/Signup.pm
@@ -476,7 +476,6 @@ sub domain_select_hash {
 
 sub new_customer {
   my $packet = shift;
-warn Dumper($packet);
 
   my $conf = new FS::Conf;
   my $svc_x = $conf->config('signup_server-service') || 'svc_acct';

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/ClientAPI/Signup.pm |    1 -
 1 file changed, 1 deletion(-)




More information about the freeside-commits mailing list