add customer fields option with agent, display_custnum, status and name, RT#73721
[freeside.git] / FS / FS / h_cust_main.pm
1 package FS::h_cust_main;
2
3 use strict;
4 use base qw( FS::h_Common FS::cust_main );
5
6 sub table { 'h_cust_main' };
7
8 =head1 NAME
9
10 FS::h_cust_main - Historical customer information records.
11
12 =head1 DESCRIPTION
13
14 An FS::h_cust_main object represents historical changes to a 
15 customer record (L<FS::cust_main>).
16
17 =head1 SEE ALSO
18
19 L<FS::cust_main>,  L<FS::h_Common>, L<FS::Record>, schema.html from the base
20 documentation.
21
22 =cut
23
24 1;
25