summaryrefslogtreecommitdiff
path: root/FS/FS/h_svc_conferencing.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-01-11 13:00:35 -0800
committerMark Wells <mark@freeside.biz>2016-01-11 13:00:51 -0800
commita105e70c4d18b4f17c42fcc4ded2503ae49305bc (patch)
treed2c1ee717da1f2dbd2689fb341ae59e661c4b149 /FS/FS/h_svc_conferencing.pm
parent6474ef2745c16c49edd014e93f7a1e80bd2001d9 (diff)
add missing h_svc_ modules on 4.x+
Diffstat (limited to 'FS/FS/h_svc_conferencing.pm')
-rw-r--r--FS/FS/h_svc_conferencing.pm29
1 files changed, 29 insertions, 0 deletions
diff --git a/FS/FS/h_svc_conferencing.pm b/FS/FS/h_svc_conferencing.pm
new file mode 100644
index 0000000..032cc3e
--- /dev/null
+++ b/FS/FS/h_svc_conferencing.pm
@@ -0,0 +1,29 @@
+package FS::h_svc_conferencing;
+
+use strict;
+use base qw( FS::h_Common FS::svc_conferencing );
+
+sub table { 'h_svc_conferencing' };
+
+=head1 NAME
+
+FS::h_svc_conferencing - Historical installed conferencing service objects
+
+=head1 SYNOPSIS
+
+=head1 DESCRIPTION
+
+An FS::h_svc_conferencing object represents a historical conferencing service.
+FS::h_svc_conferencing inherits from FS::h_Common and FS::svc_conferencing.
+
+=head1 BUGS
+
+=head1 SEE ALSO
+
+L<FS::h_Common>, L<FS::svc_conferencing>, L<FS::Record>, schema.html from the base
+documentation.
+
+=cut
+
+1;
+