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