1 package FS::h_cust_tax_exempt;
6 use FS::cust_tax_exempt;
8 @ISA = qw( FS::h_Common FS::cust_tax_exempt );
10 sub table { 'h_cust_tax_exempt' };
14 FS::h_cust_tax_exempt - Historical record of customer tax changes (old-style)
20 An FS::h_cust_tax_exempt object represents historical changes to old-style
21 customer tax exemptions. FS::h_cust_tax_exempt inherits from FS::h_Common and
26 Old-style customer tax exemptions are only useful for legacy migrations - if
27 you are looking for current customer tax exemption data see
28 L<FS::cust_tax_exempt_pkg>.
34 L<FS::cust_tax_exempt>, L<FS::cust_tax_exempt_pkg>, L<FS::h_Common>,
35 L<FS::Record>, schema.html from the base documentation.