X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fh_svc_video.pm;fp=FS%2FFS%2Fh_svc_video.pm;h=2a94d94627de20ddb3dc3a07f02d5dabc705341a;hb=b9ca052cf1e7c58e09833371273672b7c854a98a;hp=0000000000000000000000000000000000000000;hpb=8eae613f03657bd343cceb674854035ba501ecb5;p=freeside.git diff --git a/FS/FS/h_svc_video.pm b/FS/FS/h_svc_video.pm new file mode 100644 index 000000000..2a94d9462 --- /dev/null +++ b/FS/FS/h_svc_video.pm @@ -0,0 +1,29 @@ +package FS::h_svc_video; + +use strict; +use base qw( FS::h_Common FS::svc_video ); + +sub table { 'h_svc_video' }; + +=head1 NAME + +FS::h_svc_video - Historical installed video service objects + +=head1 SYNOPSIS + +=head1 DESCRIPTION + +An FS::h_svc_video object represents a historical video service. +FS::h_svc_video inherits from FS::h_Common and FS::svc_video. + +=head1 BUGS + +=head1 SEE ALSO + +L, L, L, schema.html from the base +documentation. + +=cut + +1; +