RT# 83450 - fixed rateplan export
[freeside.git] / FS / FS / cust_bill_batch_option.pm
index 9bba830..7ca2f53 100644 (file)
@@ -1,10 +1,7 @@
 package FS::cust_bill_batch_option;
+use base qw(FS::Record);
 
 use strict;
-use vars qw( @ISA );
-use FS::Record qw( qsearch qsearchs );
-
-@ISA = qw(FS::Record);
 
 =head1 NAME