X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Flegacy_cust_bill.pm;h=6b43c2f2bd24176f8314ced85dcd104b7a314901;hb=3cbdd85a96348a287623e3b97c937c7749e99392;hp=b2bfeaaad0f4569b52725f88ea33ceb12104ad1e;hpb=75769d888d9c306d5d5ccde3260c0267268cf4ed;p=freeside.git diff --git a/FS/FS/legacy_cust_bill.pm b/FS/FS/legacy_cust_bill.pm index b2bfeaaad..6b43c2f2b 100644 --- a/FS/FS/legacy_cust_bill.pm +++ b/FS/FS/legacy_cust_bill.pm @@ -1,9 +1,7 @@ package FS::legacy_cust_bill; +use base qw( FS::Record ); use strict; -use base qw( FS::Record ); -use FS::Record qw( qsearch qsearchs ); -use FS::cust_main; =head1 NAME @@ -144,13 +142,6 @@ sub check { Returns the customer (see L) for this invoice. -=cut - -sub cust_main { - my $self = shift; - qsearchs( 'cust_main', { 'custnum' => $self->custnum } ); -} - =back =head1 BUGS