1 package FS::h_part_pkg;
5 use base qw(FS::h_Common FS::part_pkg);
7 sub table { 'h_part_pkg' };
9 sub _rebless {}; # don't try to rebless these
13 FS::h_part_pkg - Historical record of package definition.
19 An FS::h_part_pkg object represents historical changes to package
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.
31 L<FS::part_pkg>, L<FS::h_Common>, L<FS::Record>, schema.html from the base