eliminate some false laziness in FS::Misc::send_email vs. msg_template/email.pm send_...
[freeside.git] / FS / FS / h_svc_cable.pm
1 package FS::h_svc_cable;
2
3 use strict;
4 use vars qw( @ISA );
5 use FS::h_Common;
6 use FS::svc_cable;
7
8 @ISA = qw( FS::h_Common FS::svc_cable );
9
10 sub table { 'h_svc_cable' };
11
12 =head1 NAME
13
14 FS::h_svc_cable - Historical cable subscriber objects
15
16 =head1 SYNOPSIS
17
18 =head1 DESCRIPTION
19
20 An FS::h_svc_cable object represents a historical cable subscriber.
21 FS::h_svc_cable inherits from FS::h_Common and FS::svc_cable.
22
23 =head1 BUGS
24
25 =head1 SEE ALSO
26
27 L<FS::h_Common>, L<FS::svc_cable>, L<FS::Record>
28
29 =cut
30
31 1;
32