summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2011-11-12 00:10:08 +0000
committerivan <ivan>2011-11-12 00:10:08 +0000
commit87a7e6bec3c2570d55fe7aaf41a95f3ae57cb045 (patch)
tree7b8e50b9097e562987c8a3a5e27bee2681cef94e /FS
parente7394689dd0eae388104d865aaa3ceb18891af7a (diff)
DSL status pulling, RT#13656
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/ClientAPI/MyAccount.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm
index 53e67404c..3b18947b5 100644
--- a/FS/FS/ClientAPI/MyAccount.pm
+++ b/FS/FS/ClientAPI/MyAccount.pm
@@ -1527,7 +1527,8 @@ sub svc_status_html {
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;