svc_hardware: better error messages for bad hw_addr when not validating as a MAC...
[freeside.git] / FS / FS / h_svc_conferencing.pm
1 package FS::h_svc_conferencing;
2
3 use strict;
4 use base qw( FS::h_Common FS::svc_conferencing );
5
6 sub table { 'h_svc_conferencing' };
7
8 =head1 NAME
9
10 FS::h_svc_conferencing - Historical installed conferencing service objects
11
12 =head1 SYNOPSIS
13
14 =head1 DESCRIPTION
15
16 An FS::h_svc_conferencing object represents a historical conferencing service.
17 FS::h_svc_conferencing inherits from FS::h_Common and FS::svc_conferencing.
18
19 =head1 BUGS
20
21 =head1 SEE ALSO
22
23 L<FS::h_Common>, L<FS::svc_conferencing>, L<FS::Record>, schema.html from the base
24 documentation.
25
26 =cut
27
28 1;
29