X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg_vendor.pm;h=bb37f1b1f0fc6e425fc63b7ffbd7b9424c135578;hb=470878235c5f61ca7acc6ef618943071ca9736b5;hp=6b91f75357df6691e3afba287f444276b9722518;hpb=b5c4237a34aef94976bc343c8d9e138664fc3984;p=freeside.git diff --git a/FS/FS/part_pkg_vendor.pm b/FS/FS/part_pkg_vendor.pm index 6b91f7535..bb37f1b1f 100644 --- a/FS/FS/part_pkg_vendor.pm +++ b/FS/FS/part_pkg_vendor.pm @@ -1,8 +1,7 @@ package FS::part_pkg_vendor; +use base qw( FS::Record ); use strict; -use base qw( FS::Record ); -use FS::Record qw( qsearch qsearchs ); =head1 NAME @@ -122,12 +121,6 @@ sub check { Returns the L associated with this vendor/external package id. -=cut -sub part_export { - my $self = shift; - qsearchs( 'part_export', { 'exportnum' => $self->exportnum } ); -} - =back =head1 SEE ALSO