[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.160, 1.161
Ivan,,,
ivan at wavetail.420.am
Fri Nov 11 16:10:07 PST 2011
Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail.420.am:/tmp/cvs-serv2566/FS/FS/ClientAPI
Modified Files:
MyAccount.pm
Log Message:
DSL status pulling, RT#13656
Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -w -d -r1.160 -r1.161
--- MyAccount.pm 11 Nov 2011 23:55:30 -0000 1.160
+++ MyAccount.pm 12 Nov 2011 00:10:05 -0000 1.161
@@ -1527,7 +1527,8 @@
my($context, $session, $custnum) = _custoragent_session_custnum($p);
return { 'error' => $session } if $context eq 'error';
- my $svc_x = _customer_svc_x( $custnum, $p->{'svcnum'})
+ #XXX only svc_dsl for now
+ my $svc_x = _customer_svc_x( $custnum, $p->{'svcnum'}, 'svc_dsl')
or return { 'error' => "Service not found" };
my $html = $svc_x->getstatus_html;
More information about the freeside-commits
mailing list