summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2003-09-19 10:08:08 +0000
committerivan <ivan>2003-09-19 10:08:08 +0000
commit679aa96abbc5319b925218cdd8358f8db164b23b (patch)
treef778ef97d20255837308c1159967b9596fe3ada1 /FS
parent9ea86c8ef0ee70baf043632d81e0d148d5f5853c (diff)
make sure signup cancels are quiet
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/ClientAPI/Signup.pm2
1 files changed, 1 insertions, 1 deletions
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';
}