summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/ClientAPI/MyAccount.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm
index e5016d51e..3976ab239 100644
--- a/FS/FS/ClientAPI/MyAccount.pm
+++ b/FS/FS/ClientAPI/MyAccount.pm
@@ -1380,6 +1380,7 @@ sub list_svcs {
);
} elsif ( $svcdb eq 'svc_dsl' ) {
+ $hash{'phonenum'} = $svc_x->phonenum;
if ( $svc_x->first || $svc_x->get('last') || $svc_x->company ) {
$hash{'name'} = $svc_x->first. ' '. $svc_x->get('last');
$hash{'name'} = $svc_x->company. ' ('. $hash{'name'}. ')'