[freeside-commits] branch FREESIDE_3_BRANCH updated. ecac079f31f3b96160b4ea480fbb735e34f8ce28

Ivan ivan at 420.am
Fri Jun 30 16:29:55 PDT 2017


The branch, FREESIDE_3_BRANCH has been updated
       via  ecac079f31f3b96160b4ea480fbb735e34f8ce28 (commit)
      from  c649441b5fdab63a35cdfe3907b486630af658bb (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 ecac079f31f3b96160b4ea480fbb735e34f8ce28
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Jun 30 16:29:54 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 0a9813f..220beda 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') {

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

Summary of changes:
 FS/FS/ClientAPI/Signup.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list