From 68282d000bffde8638af4d70ec2f122356929ecd Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 30 Jun 2017 16:29:50 -0700 Subject: [PATCH] at least get an error in the log --- FS/FS/ClientAPI/Signup.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm index 5ced42b2a..035a31771 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') { -- 2.11.0