X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_tax_exempt.pm;h=45eab42f5628429d97215890a956f3f8caada1ec;hb=e95a28ea14289ffcfa652bff9b179d3820b56242;hp=3e398877a27246ac5dcfb9e7252a55bcae75000b;hpb=5e05724a635a22776f1b973f5d7e77989da4e048;p=freeside.git diff --git a/FS/FS/cust_tax_exempt.pm b/FS/FS/cust_tax_exempt.pm index 3e398877a..45eab42f5 100644 --- a/FS/FS/cust_tax_exempt.pm +++ b/FS/FS/cust_tax_exempt.pm @@ -1,12 +1,7 @@ package FS::cust_tax_exempt; +use base qw( FS::cust_main_Mixin FS::Record ); use strict; -use vars qw( @ISA ); -use FS::Record qw( qsearch qsearchs ); -use FS::cust_main; -use FS::cust_main_county; - -@ISA = qw(FS::Record); =head1 NAME @@ -127,13 +122,6 @@ sub check { Returns the FS::cust_main_county object associated with this tax exemption. -=cut - -sub cust_main_county { - my $self = shift; - qsearchs( 'cust_main_county', { 'taxnum' => $self->taxnum } ); -} - =back =head1 BUGS