X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fdsl_device.pm;h=39e8c34680edeab70a8a8cc85900386d49089b0b;hb=32072dbf59a054529f5304574c0f56f9567d14d0;hp=2efe1f56e5da4b5f109d88514014617d0817ee74;hpb=66c235e33563ccd785ff9e0828398f778a75fb9f;p=freeside.git diff --git a/FS/FS/dsl_device.pm b/FS/FS/dsl_device.pm index 2efe1f56e..39e8c3468 100644 --- a/FS/FS/dsl_device.pm +++ b/FS/FS/dsl_device.pm @@ -1,9 +1,7 @@ package FS::dsl_device; +use base qw( FS::Record ); use strict; -use base qw( FS::Record ); -use FS::Record qw( qsearch qsearchs ); -use FS::svc_dsl; =head1 NAME @@ -115,16 +113,9 @@ sub check { =item svc_dsl -Returns the phone number (see L) associated with this customer +Returns the DSL (see L) associated with this customer device. -=cut - -sub svc_phone { - my $self = shift; - qsearchs( 'svc_dsl', { 'svcnum' => $self->svcnum } ); -} - =back =head1 BUGS