summaryrefslogtreecommitdiff
path: root/FS/FS/part_pkg_vendor.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/part_pkg_vendor.pm')
-rw-r--r--FS/FS/part_pkg_vendor.pm9
1 files changed, 1 insertions, 8 deletions
diff --git a/FS/FS/part_pkg_vendor.pm b/FS/FS/part_pkg_vendor.pm
index 6b91f75..bb37f1b 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<FS::part_export> associated with this vendor/external package id.
-=cut
-sub part_export {
- my $self = shift;
- qsearchs( 'part_export', { 'exportnum' => $self->exportnum } );
-}
-
=back
=head1 SEE ALSO