RT# 83450 - fixed rateplan export
[freeside.git] / FS / FS / h_svc_realestate.pm
1 package FS::h_svc_realestate;
2
3 use strict;
4 use vars qw( @ISA );
5 use FS::h_Common;
6
7
8 @ISA = qw( FS::h_Common );
9
10 sub table { 'h_svc_realestate' };
11
12 =head1 NAME
13
14 FS::h_svc_circuit - Historical realestate service objects
15
16 =head1 SYNOPSIS
17
18 =head1 DESCRIPTION
19
20 An FS::h_svc_realestate object
21
22 =head1 BUGS
23
24 =head1 SEE ALSO
25
26 L<FS::h_Common>, L<FS::svc_realestate>, L<FS::Record>, schema.html from the base
27 documentation.
28
29 =cut
30
31 1;