diff options
author | ivan <ivan> | 2003-09-19 11:00:11 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-09-19 11:00:11 +0000 |
commit | b4b6a40f6a659ec7ef24ff2930d82e89fb4bb4dc (patch) | |
tree | 99d1f508e220e8697ab78afd547bd4bf5546659c | |
parent | decc019bce51f72bb44ab44cfeec4321c5c760b1 (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; |