summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-06-30 16:29:54 -0700
committerIvan Kohler <ivan@freeside.biz>2017-06-30 16:29:54 -0700
commitecac079f31f3b96160b4ea480fbb735e34f8ce28 (patch)
tree3c74c828c6d1db1b904bcb2c6ea99e0f4f40354c /FS
parentc649441b5fdab63a35cdfe3907b486630af658bb (diff)
at least get an error in the log
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/ClientAPI/Signup.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm
index 0a9813fd0..220bedaf5 100644
--- a/FS/FS/ClientAPI/Signup.pm
+++ b/FS/FS/ClientAPI/Signup.pm
@@ -822,8 +822,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') {