default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / FS / FS / h_part_pkg.pm
1 package FS::h_part_pkg;
2
3 use strict;
4 use vars qw( @ISA );
5 use base qw(FS::h_Common FS::part_pkg);
6
7 sub table { 'h_part_pkg' };
8
9 sub _rebless {}; # don't try to rebless these
10
11 =head1 NAME
12
13 FS::h_part_pkg - Historical record of package definition.
14
15 =head1 SYNOPSIS
16
17 =head1 DESCRIPTION
18
19 An FS::h_part_pkg object represents historical changes to package
20 definitions.
21
22 =head1 BUGS
23
24 Many important properties of a part_pkg are in other tables, especially
25 plan options, service allotments, and link/bundle relationships.  The 
26 methods to access those from the part_pkg will work, but they're 
27 really accessing current, not historical, data.  Be careful.
28
29 =head1 SEE ALSO
30
31 L<FS::part_pkg>,  L<FS::h_Common>, L<FS::Record>, schema.html from the base
32 documentation.
33
34 =cut
35
36 1;
37