1 package FS::h_cust_pkg;
8 @ISA = qw( FS::h_Common FS::cust_pkg );
10 sub table { 'h_cust_pkg' };
14 FS::h_cust_pkg - Historical record of customer package changes
20 An FS::h_cust_pkg object represents historical changes to packages.
21 FS::h_cust_pkg inherits from FS::h_Common and FS::cust_pkg.
27 L<FS::cust_pkg>, L<FS::h_Common>, L<FS::Record>, schema.html from the base