summaryrefslogtreecommitdiff
path: root/FS/FS/part_export_machine.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/part_export_machine.pm')
-rw-r--r--FS/FS/part_export_machine.pm13
1 files changed, 2 insertions, 11 deletions
diff --git a/FS/FS/part_export_machine.pm b/FS/FS/part_export_machine.pm
index 1598e03..86dd9e7 100644
--- a/FS/FS/part_export_machine.pm
+++ b/FS/FS/part_export_machine.pm
@@ -1,10 +1,8 @@
package FS::part_export_machine;
+use base qw( FS::Record );
use strict;
-use base qw( FS::Record );
-use FS::Record qw( dbh qsearch ); #qsearchs );
-use FS::part_export;
-use FS::svc_export_machine;
+use FS::Record qw( dbh ); #qsearch qsearchs );
=head1 NAME
@@ -134,13 +132,6 @@ sub check {
=item svc_export_machine
-=cut
-
-sub svc_export_machine {
- my $self = shift;
- qsearch( 'svc_export_machine', { 'machinenum' => $self->machinenum } );
-}
-
=back
=head1 BUGS