diff options
author | ivan <ivan> | 2011-10-06 03:31:47 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-10-06 03:31:47 +0000 |
commit | fee97306c62b5ed64bd46ee14dee17150d38764f (patch) | |
tree | 299694b603448c0e90cc8e054190f3304ffc1ddc | |
parent | df3482d6261b24e2e8223778f0a27cdc42a900d9 (diff) |
add svc_dsl phonenum to list_svcs output, RT#13656
-rw-r--r-- | FS/FS/ClientAPI/MyAccount.pm | 1 |
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'}. ')' |