[freeside-commits] freeside/FS/FS h_svc_dish.pm, NONE, 1.1 h_svc_hardware.pm, NONE, 1.1
Mark Wells
mark at wavetail.420.am
Mon May 23 15:13:52 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv14966/FS/FS
Added Files:
h_svc_dish.pm h_svc_hardware.pm
Log Message:
h_svc modules for #11454
--- NEW FILE: h_svc_hardware.pm ---
package FS::h_svc_hardware;
use strict;
use vars qw( @ISA );
use FS::h_Common;
use FS::svc_hardware;
@ISA = qw( FS::h_Common FS::svc_hardware );
sub table { 'h_svc_hardware' };
=head1 NAME
FS::h_svc_hardware - Historical installed hardware service objects
=head1 SYNOPSIS
=head1 DESCRIPTION
An FS::h_svc_hardware object represents a historical hardware service.
FS::h_svc_hardware inherits from FS::h_Common and FS::svc_hardware.
=head1 BUGS
=head1 SEE ALSO
L<FS::h_Common>, L<FS::svc_hardware>, L<FS::Record>, schema.html from the base
documentation.
=cut
1;
--- NEW FILE: h_svc_dish.pm ---
package FS::h_svc_dish;
use strict;
use vars qw( @ISA );
use FS::h_Common;
use FS::svc_dish;
@ISA = qw( FS::h_Common FS::svc_dish );
sub table { 'h_svc_dish' };
=head1 NAME
FS::h_svc_dish - Historical Dish Network service objects
=head1 SYNOPSIS
=head1 DESCRIPTION
An FS::h_svc_dish object represents a historical Dish Network service.
FS::h_svc_dish inherits from FS::h_Common and FS::svc_dish.
=head1 BUGS
=head1 SEE ALSO
L<FS::h_Common>, L<FS::svc_dish>, L<FS::Record>, schema.html from the base
documentation.
=cut
1;
More information about the freeside-commits
mailing list