[freeside-commits] freeside/FS/FS svc_dsl.pm,1.10.2.3,1.10.2.4

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


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

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	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.10.2.3
retrieving revision 1.10.2.4
diff -u -w -d -r1.10.2.3 -r1.10.2.4
--- svc_dsl.pm	30 Oct 2011 20:58:51 -0000	1.10.2.3
+++ svc_dsl.pm	11 Nov 2011 23:29:28 -0000	1.10.2.4
@@ -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