X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_bill_pay_batch.pm;h=8a8bef315e1d9bb6eb6bec4018a478f334e7af2f;hb=3cbdd85a96348a287623e3b97c937c7749e99392;hp=30fb74432168cde9adad76597de38f2aa13ecaea;hpb=6af1b1bfa25e5ececef5e0dcd38b55917121cee2;p=freeside.git 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