diff options
author | ivan <ivan> | 2003-09-19 11:00:09 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-09-19 11:00:09 +0000 |
commit | c3686420fc593ba228349d4a587ba517a3084a78 (patch) | |
tree | 66f9c70d0b5a61cc4df48c329a31bac87849ab9c | |
parent | 41b7ae689d5f140f624845e6183529053be915af (diff) |
module needs to return true
-rw-r--r-- | FS/FS/ClientAPI/Signup.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm index 0272909be..da51f49e2 100644 --- a/FS/FS/ClientAPI/Signup.pm +++ b/FS/FS/ClientAPI/Signup.pm @@ -181,3 +181,4 @@ sub new_customer { } +1; |