default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / FS / FS / h_svc_broadband.pm
1 package FS::h_svc_broadband;
2 use base qw( FS::h_svc_Radius_Mixin FS::h_Common FS::svc_broadband );
3
4 use strict;
5 use vars qw( @ISA );
6
7 sub table { 'h_svc_broadband' };
8
9 =head1 NAME
10
11 FS::h_svc_broadband - Historical broadband connection objects
12
13 =head1 SYNOPSIS
14
15 =head1 DESCRIPTION
16
17 An FS::h_svc_broadband object represents a historical broadband connection.
18 FS::h_svc_broadband inherits from FS::h_Common and FS::svc_broadband.
19
20 =head1 BUGS
21
22 =head1 SEE ALSO
23
24 L<FS::h_Common>, L<FS::svc_broadband>, L<FS::Record>, schema.html from the base
25 documentation.
26
27 =cut
28
29 1;
30