[freeside-commits] branch FREESIDE_4_BRANCH updated. 7e8e63c546f48ae88bd557e2e2b81f10b0c8361f
Ivan
ivan at 420.am
Fri Jun 30 16:29:53 PDT 2017
The branch, FREESIDE_4_BRANCH has been updated
via 7e8e63c546f48ae88bd557e2e2b81f10b0c8361f (commit)
from f88387382c2b1c49819aa6506e5aae8679278c5c (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 7e8e63c546f48ae88bd557e2e2b81f10b0c8361f
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri Jun 30 16:29:51 2017 -0700
at least get an error in the log
diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm
index 5ced42b..035a317 100644
--- a/FS/FS/ClientAPI/Signup.pm
+++ b/FS/FS/ClientAPI/Signup.pm
@@ -794,8 +794,8 @@ sub new_customer {
depend_jobnum => $placeholder->jobnum,
selfservice => 1,
);
- #warn "$me error collecting from new customer: $bill_error"
- # if $bill_error;
+ warn "$me error collecting from new customer: $bill_error"
+ if $bill_error && !ref($bill_error);
}
if ($bill_error && ref($bill_error) eq 'HASH') {
-----------------------------------------------------------------------
Summary of changes:
FS/FS/ClientAPI/Signup.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list