eliminate some false laziness in FS::Misc::send_email vs. msg_template/email.pm send_...
[freeside.git] / FS / FS / h_cust_main_exemption.pm
1 package FS::h_cust_main_exemption;
2
3 use strict;
4 use base qw( FS::h_Common FS::cust_main_exemption );
5
6 sub table { 'h_cust_main_exemption' };
7
8 =head1 NAME
9
10 FS::h_cust_main_exemption - Historical customer tax exemption records.
11
12 =head1 SEE ALSO
13
14 L<FS::cust_main_exemption>,  L<FS::h_Common>, L<FS::Record>.
15
16 =cut
17
18 1;
19