[freeside-commits] branch FREESIDE_4_BRANCH updated. f9dbc2068c8ef9402b9c7a418e7589c20e4e6cfa

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


The branch, FREESIDE_4_BRANCH has been updated
       via  f9dbc2068c8ef9402b9c7a418e7589c20e4e6cfa (commit)
      from  bc1dad4dcd4c1d1b53093c4f1008b7035332f42b (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 f9dbc2068c8ef9402b9c7a418e7589c20e4e6cfa
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