summaryrefslogtreecommitdiff
path: root/FS/FS/h_cust_location.pm
blob: fc3a9306181ee5d109368f0ac1b23d8ddccc41bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
package FS::h_cust_location;

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

sub table { 'h_cust_location' };

=head1 NAME

FS::h_cust_location - Historical customer location records.

=head1 DESCRIPTION

An FS::h_cust_location object represents historical changes to a customer
location record.  These records normally don't change, so this isn't 
terribly useful.

=head1 SEE ALSO

L<FS::cust_location>,  L<FS::h_Common>, L<FS::Record>, schema.html from the 
base documentation.

=cut

1;