X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fsvc_port.pm;h=9d2dae8c86b9a7c76d83d01fbbc88aa5bac6da1a;hp=931880e55a81a82d13f79249259d6a10295a0d22;hb=69ca9d73711e89661a929f5f98d62b605a437354;hpb=f7e5e7625b04164ce2e0aac77a85bc03a7d48a6f diff --git a/FS/FS/svc_port.pm b/FS/FS/svc_port.pm index 931880e55..9d2dae8c8 100644 --- a/FS/FS/svc_port.pm +++ b/FS/FS/svc_port.pm @@ -1,9 +1,11 @@ package FS::svc_port; +use base qw( FS::svc_Torrus_Mixin FS::svc_Common ); use strict; -use base qw( FS::svc_Common ); -#use FS::Record qw( qsearch qsearchs ); -use FS::cust_svc; +#use vars qw( $DEBUG $me ); + +#$DEBUG = 0; +#$me = '[FS::svc_port]'; =head1 NAME @@ -63,11 +65,13 @@ sub table_info { 'name' => 'Port', #'name_plural' => 'Ports', #optional, #'longname_plural' => 'Ports', #optional - 'sorts' => [ 'svcnum', 'serviceid' ], # optional sort field (or arrayref of sort fields, main first) + #'sorts' => [ 'svcnum', 'serviceid' ], # optional sort field (or arrayref of sort fields, main first) + 'sorts' => [ 'serviceid' ], # optional sort field (or arrayref of sort fields, main first) 'display_weight' => 75, 'cancel_weight' => 10, 'fields' => { - 'serviceid' => 'Torrus serviceid', + 'svcnum' => 'Service', + 'serviceid' => 'Torrus serviceid', }, }; } @@ -182,21 +186,6 @@ sub check { $self->SUPER::check; } -=item - -Returns a PNG graph for this port. - -XXX Options - -=cut - -sub graph_png { - my $self = shift; - my $serviceid = $self->serviceid; - - -} - =back =head1 BUGS