X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fhttp_status.pm;h=5342106b467032fcbd3ba4fa1426da77162aea15;hb=a6fe07e49e3fc12169e801b1ed6874c3a5bd8500;hp=a6768409267568504edb24194354cc42847dc397;hpb=6ea0319314c9ce9a250109eca712545a5df5f6a9;p=freeside.git 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")); }