X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg_vendor.pm;h=bb37f1b1f0fc6e425fc63b7ffbd7b9424c135578;hb=87a59b1bdf236765177c27ab18390ef1317cc34c;hp=6b91f75357df6691e3afba287f444276b9722518;hpb=fb4ab1073f0d15d660c6cdc4e07afebf68ef3924;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