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