summaryrefslogtreecommitdiff
path: root/FS/FS/part_export/http_status.pm
diff options
context:
space:
mode:
authorivan <ivan>2011-11-11 23:29:27 +0000
committerivan <ivan>2011-11-11 23:29:27 +0000
commit36894819ac7b6b9539c353c22d4a65b5f4d8c540 (patch)
tree078d642997ae3ba2b28e47853596615ab3f512c6 /FS/FS/part_export/http_status.pm
parent6ea0319314c9ce9a250109eca712545a5df5f6a9 (diff)
DSL status pulling, RT#13656
Diffstat (limited to 'FS/FS/part_export/http_status.pm')
-rw-r--r--FS/FS/part_export/http_status.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/part_export/http_status.pm b/FS/FS/part_export/http_status.pm
index a67684092..5342106b4 100644
--- a/FS/FS/part_export/http_status.pm
+++ b/FS/FS/part_export/http_status.pm
@@ -33,6 +33,9 @@ sub export_getstatus {
{
no strict 'refs';
${$_} = $svc_x->getfield($_) foreach $svc_x->fields;
+ if ( $svc_x->table eq 'svc_dsl' ) {
+ ${$_} = $svc_x->$_() foreach (qw( gateway_access_or_phonenum ));
+ }
$url = eval(qq("$urlopt"));
}