diff options
author | mark <mark> | 2010-10-28 22:21:55 +0000 |
---|---|---|
committer | mark <mark> | 2010-10-28 22:21:55 +0000 |
commit | ac1d2a68b0b3d7df7f81a0c9e75f5f31bbcbe379 (patch) | |
tree | 688883d535093b6a1f2adf0b1daf8fe805bb9508 | |
parent | 696b790c88984203912b46c9e4b103c2925833c1 (diff) |
fix broken svc_acct signup
-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 1bce9654f..65bb4e3d5 100644 --- a/FS/FS/ClientAPI/Signup.pm +++ b/FS/FS/ClientAPI/Signup.pm @@ -609,7 +609,7 @@ sub new_customer { push @acct_snarf, $acct_snarf; } $svc->child_objects( \@acct_snarf ); - + push @svc, $svc; } elsif ( $svc_x eq 'svc_phone' ) { |