From 32072dbf59a054529f5304574c0f56f9567d14d0 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 28 Dec 2013 16:11:46 -0800 Subject: autoload methods returning foreign records, RT#13971 --- FS/FS/cust_bill_batch_option.pm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'FS/FS/cust_bill_batch_option.pm') 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 -- cgit v1.2.1