From decc019bce51f72bb44ab44cfeec4321c5c760b1 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 19 Sep 2003 10:08:06 +0000 Subject: [PATCH] make sure signup cancels are quiet --- FS/FS/ClientAPI/Signup.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm index 0bb9f7b6a..0272909be 100644 --- a/FS/FS/ClientAPI/Signup.pm +++ b/FS/FS/ClientAPI/Signup.pm @@ -169,7 +169,7 @@ sub new_customer { #should check list for errors... #$cust_main->suspend; local $FS::svc_Common::noexport_hack = 1; - $cust_main->cancel; + $cust_main->cancel('quiet'=>1); $error = '_decline'; } -- 2.11.0