[freeside-commits] freeside/FS/FS svc_dsl.pm,1.13,1.14

Ivan,,, ivan at wavetail.420.am
Fri Nov 11 15:29:29 PST 2011


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv22170/FS/FS

Modified Files:
	svc_dsl.pm 
Log Message:
DSL status pulling, RT#13656

Index: svc_dsl.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_dsl.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -w -d -r1.13 -r1.14
--- svc_dsl.pm	30 Oct 2011 20:58:46 -0000	1.13
+++ svc_dsl.pm	11 Nov 2011 23:29:27 -0000	1.14
@@ -279,6 +279,15 @@
   $self->SUPER::check;
 }
 
+=item gateway_access_or_phonenum
+
+=cut
+
+sub gateway_access_or_phonenum {
+  my $self = shift;
+  $self->gateway_access_number || $self->phonenum;
+}
+
 =item dsl_device
 
 Returns the MAC addresses associated with this DSL service, as FS::dsl_device



More information about the freeside-commits mailing list