From: mark Date: Thu, 28 Oct 2010 22:21:55 +0000 (+0000) Subject: fix broken svc_acct signup X-Git-Tag: TORRUS_1_0_9~180 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=ac1d2a68b0b3d7df7f81a0c9e75f5f31bbcbe379 fix broken svc_acct signup --- 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' ) {