X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fh_cust_pkg.pm;fp=FS%2FFS%2Fh_cust_pkg.pm;h=e796f4145c5693c13ab30476b9595b5197d086f7;hb=027756090552715f79cd3a4de08ee73091ad99f0;hp=0000000000000000000000000000000000000000;hpb=65efe8eb9ee8bb02deb776da0897e25d821b4f65;p=freeside.git diff --git a/FS/FS/h_cust_pkg.pm b/FS/FS/h_cust_pkg.pm new file mode 100644 index 000000000..e796f4145 --- /dev/null +++ b/FS/FS/h_cust_pkg.pm @@ -0,0 +1,34 @@ +package FS::h_cust_pkg; + +use strict; +use vars qw( @ISA ); +use FS::h_Common; +use FS::cust_pkg; + +@ISA = qw( FS::h_Common FS::cust_pkg ); + +sub table { 'h_cust_pkg' }; + +=head1 NAME + +FS::h_cust_pkg - Historical record of customer package changes + +=head1 SYNOPSIS + +=head1 DESCRIPTION + +An FS::h_cust_pkg object represents historical changes to packages. +FS::h_cust_pkg inherits from FS::h_Common and FS::cust_pkg. + +=head1 BUGS + +=head1 SEE ALSO + +L, L, L, schema.html from the base +documentation. + +=cut + +1; + +