enable CardFortress in test database, #71513
[freeside.git] / FS / FS / h_cust_location.pm
1 package FS::h_cust_location;
2
3 use strict;
4 use base qw( FS::h_Common FS::cust_location );
5
6 sub table { 'h_cust_location' };
7
8 =head1 NAME
9
10 FS::h_cust_location - Historical customer location records.
11
12 =head1 DESCRIPTION
13
14 An FS::h_cust_location object represents historical changes to a customer
15 location record.  These records normally don't change, so this isn't 
16 terribly useful.
17
18 =head1 SEE ALSO
19
20 L<FS::cust_location>,  L<FS::h_Common>, L<FS::Record>, schema.html from the 
21 base documentation.
22
23 =cut
24
25 1;
26