X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_tax_exempt.pm;h=45eab42f5628429d97215890a956f3f8caada1ec;hp=3e398877a27246ac5dcfb9e7252a55bcae75000b;hb=5f7c4a6025b9e3a49bee72dbc06cac37a45e6f10;hpb=9509e5bfb7f9331303153cac24d7bfecbe2ea9f1 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