X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_pkg_usage.pm;h=d29584290289d63a3f657f60ae92e1909f669c5c;hb=a0e00fa0547e99893c735ab3dbdacdb2bb054f5a;hp=0eefd7480e87508a07f396ea428f713cc44507b0;hpb=c6782ab85ea83e0c78d85b8975985aac9d467f9d;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