summaryrefslogtreecommitdiff
path: root/FS/FS/h_cust_main_exemption.pm
blob: 072c4123e4fc4f4f64f86394d61d62a69316afa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package FS::h_cust_main_exemption;

use strict;
use base qw( FS::h_Common FS::cust_main_exemption );

sub table { 'h_cust_main_exemption' };

=head1 NAME

FS::h_cust_main_exemption - Historical customer tax exemption records.

=head1 SEE ALSO

L<FS::cust_main_exemption>,  L<FS::h_Common>, L<FS::Record>.

=cut

1;