[freeside-commits] branch master updated. d3c0497a3ecf0404777fcfa3e84da5e6cbbda96e

Mark Wells mark at 420.am
Mon Jan 11 12:10:15 PST 2016


The branch, master has been updated
       via  d3c0497a3ecf0404777fcfa3e84da5e6cbbda96e (commit)
      from  8c8872f684ccfa43dae290877c2cf8aed8828a9f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d3c0497a3ecf0404777fcfa3e84da5e6cbbda96e
Author: Mark Wells <mark at freeside.biz>
Date:   Mon Jan 11 12:04:59 2016 -0800

    add h_svc_fiber.pm

diff --git a/FS/FS/h_svc_fiber.pm b/FS/FS/h_svc_fiber.pm
new file mode 100644
index 0000000..93001db
--- /dev/null
+++ b/FS/FS/h_svc_fiber.pm
@@ -0,0 +1,29 @@
+package FS::h_svc_fiber;
+
+use strict;
+use base qw( FS::h_Common FS::svc_fiber );
+
+sub table { 'h_svc_fiber' };
+
+=head1 NAME
+
+FS::h_svc_fiber - Historical installed fiber service objects
+
+=head1 SYNOPSIS
+
+=head1 DESCRIPTION
+
+An FS::h_svc_fiber object represents a historical fiber service.
+FS::h_svc_fiber inherits from FS::h_Common and FS::svc_fiber.
+
+=head1 BUGS
+
+=head1 SEE ALSO
+
+L<FS::h_Common>, L<FS::svc_fiber>, L<FS::Record>, schema.html from the base
+documentation.
+
+=cut
+
+1;
+

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/h_svc_fiber.pm |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 FS/FS/h_svc_fiber.pm




More information about the freeside-commits mailing list