diff options
author | ivan <ivan> | 2003-09-19 10:08:06 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-09-19 10:08:06 +0000 |
commit | decc019bce51f72bb44ab44cfeec4321c5c760b1 (patch) | |
tree | fa87b9f793b886163b982f7b416797dee34916c8 | |
parent | 86c14f830b8d7e996bb84a0ad6a89f26816ea5b7 (diff) |
make sure signup cancels are quiet
-rw-r--r-- | FS/FS/ClientAPI/Signup.pm | 2 |
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'; } |