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=389b6f1116c3309c2ee57a6c295ed1a793503095;hpb=9509e5bfb7f9331303153cac24d7bfecbe2ea9f1 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