X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_bill_pay_batch.pm;h=8a8bef315e1d9bb6eb6bec4018a478f334e7af2f;hp=30fb74432168cde9adad76597de38f2aa13ecaea;hb=f822e27a1e00594332ffa487a1c284234c5580a6;hpb=6af1b1bfa25e5ececef5e0dcd38b55917121cee2 diff --git a/FS/FS/cust_bill_pay_batch.pm b/FS/FS/cust_bill_pay_batch.pm index 30fb74432..8a8bef315 100644 --- a/FS/FS/cust_bill_pay_batch.pm +++ b/FS/FS/cust_bill_pay_batch.pm @@ -1,10 +1,7 @@ package FS::cust_bill_pay_batch; +use base qw( FS::Record ); use strict; -use vars qw( @ISA ); -use FS::Record qw( qsearch qsearchs ); - -@ISA = qw(FS::Record); =head1 NAME