X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_bill_batch_option.pm;h=7ca2f53fce61fef6713b0cdbf6769ec8b9eaf5c0;hp=9bba830fd7dc309f1c9688c782b3c1c95ec3b527;hb=5372897f367498972c96f5494e142e6e11b29eb8;hpb=b7dbecfb82aea90a4289089927d0b17436b2ed5a 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