[freeside-commits] freeside/FS/FS/ClientAPI Signup.pm,1.63,1.64
Mark Wells
mark at wavetail.420.am
Thu Oct 28 15:21:57 PDT 2010
Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail.420.am:/tmp/cvs-serv15485/FS/FS/ClientAPI
Modified Files:
Signup.pm
Log Message:
fix broken svc_acct signup
Index: Signup.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/Signup.pm,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -w -d -r1.63 -r1.64
--- Signup.pm 26 Oct 2010 18:33:08 -0000 1.63
+++ Signup.pm 28 Oct 2010 22:21:55 -0000 1.64
@@ -609,7 +609,7 @@
push @acct_snarf, $acct_snarf;
}
$svc->child_objects( \@acct_snarf );
-
+ push @svc, $svc;
} elsif ( $svc_x eq 'svc_phone' ) {
More information about the freeside-commits
mailing list