X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_pkg_usage.pm;h=d29584290289d63a3f657f60ae92e1909f669c5c;hb=e9e0cf0989259b94d9758eceff448666a2e5a5cc;hp=0eefd7480e87508a07f396ea428f713cc44507b0;hpb=54a357b171aa44f9399b4c146acd2afd3b686075;p=freeside.git diff --git a/FS/FS/cust_pkg_usage.pm b/FS/FS/cust_pkg_usage.pm index 0eefd7480..d29584290 100644 --- a/FS/FS/cust_pkg_usage.pm +++ b/FS/FS/cust_pkg_usage.pm @@ -1,10 +1,8 @@ package FS::cust_pkg_usage; +use base qw( FS::Record ); use strict; -use base qw( FS::Record ); -use FS::cust_pkg; -use FS::part_pkg_usage; -use FS::Record qw( qsearch qsearchs ); +use FS::Record qw( qsearch ); #qsearchs ); =head1 NAME @@ -139,18 +137,6 @@ Return the L linked to this record. Return the L linked to this record. -=cut - -sub cust_pkg { - my $self = shift; - FS::cust_pkg->by_key($self->pkgnum); -} - -sub part_pkg_usage { - my $self = shift; - FS::part_pkg_usage->by_key($self->pkgusagepart); -} - =back =head1 SEE ALSO