[freeside-commits] branch FREESIDE_3_BRANCH updated. 965a053f2a74114c605b50bfefd0dcc168fb1bd5
Ivan
ivan at 420.am
Wed Dec 10 21:02:50 PST 2014
The branch, FREESIDE_3_BRANCH has been updated
via 965a053f2a74114c605b50bfefd0dcc168fb1bd5 (commit)
from 04f93bdaea44ad9194bd9c6960d4e3d87077cd4e (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 965a053f2a74114c605b50bfefd0dcc168fb1bd5
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Dec 10 21:02:49 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 6e341d4..b868e46 100644
--- a/FS/FS/ClientAPI/Signup.pm
+++ b/FS/FS/ClientAPI/Signup.pm
@@ -475,7 +475,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