X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_bill_batch_option.pm;h=7ca2f53fce61fef6713b0cdbf6769ec8b9eaf5c0;hb=18af4f3316291938fa8f0a74e083209f62eac4fa;hp=9bba830fd7dc309f1c9688c782b3c1c95ec3b527;hpb=b7dbecfb82aea90a4289089927d0b17436b2ed5a;p=freeside.git diff --git a/FS/FS/cust_bill_batch_option.pm b/FS/FS/cust_bill_batch_option.pm index 9bba830fd..7ca2f53fc 100644 --- a/FS/FS/cust_bill_batch_option.pm +++ b/FS/FS/cust_bill_batch_option.pm @@ -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