From: ivan Date: Fri, 19 Sep 2003 10:08:08 +0000 (+0000) Subject: make sure signup cancels are quiet X-Git-Tag: freeside_1_4_2beta1~514 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=679aa96abbc5319b925218cdd8358f8db164b23b;p=freeside.git make sure signup cancels are quiet --- 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'; }