[freeside-commits] freeside/FS/FS/part_export http_status.pm, 1.4, 1.5
Ivan,,,
ivan at wavetail.420.am
Fri Nov 11 15:29:29 PST 2011
Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail.420.am:/tmp/cvs-serv22170/FS/FS/part_export
Modified Files:
http_status.pm
Log Message:
DSL status pulling, RT#13656
Index: http_status.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/http_status.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -d -r1.4 -r1.5
--- http_status.pm 11 Nov 2011 23:20:47 -0000 1.4
+++ http_status.pm 11 Nov 2011 23:29:27 -0000 1.5
@@ -33,6 +33,9 @@
{
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"));
}
More information about the freeside-commits
mailing list