backup the schema for tables we don't need the data from. RT#85959
[freeside.git] / FS / FS / cust_pkg_option.pm
index 43a1530..c44bfa2 100644 (file)
@@ -1,10 +1,7 @@
 package FS::cust_pkg_option;
+use base qw(FS::Record);
 
 use strict;
-use vars qw( @ISA );
-use FS::Record qw( qsearch qsearchs );
-
-@ISA = qw(FS::Record);
 
 =head1 NAME