summaryrefslogtreecommitdiff
path: root/FS/FS.pm
diff options
context:
space:
mode:
authorlevinse <levinse>2010-11-22 20:53:22 +0000
committerlevinse <levinse>2010-11-22 20:53:22 +0000
commit0873b7a148165c2022e64832c36481fd4f943732 (patch)
tree3bafe7a5880cb7e09078574675c5d8a7b5ac3099 /FS/FS.pm
parent82cdd3bf93ccc681baa762322e123b45eac104a7 (diff)
initial commit of svc_dsl, qual, and qual_option - schema and new modules which do nothing
currently, RT7111
Diffstat (limited to 'FS/FS.pm')
-rw-r--r--FS/FS.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/FS/FS.pm b/FS/FS.pm
index aca33de6a..668af0ad0 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -148,6 +148,8 @@ L<FS::svc_www> - Web virtual host class.
L<FS::svc_broadband> - DSL, wireless and other broadband class.
+L<FS::svc_dsl> - DSL
+
L<FS::addr_block> - Address block class
L<FS::router> - Router class
@@ -210,6 +212,10 @@ L<FS::part_pkg_report_option> - Package reporting classification class
L<FS::pkg_svc> - Class linking package definitions (see L<FS::part_pkg>) with
service definitions (see L<FS::part_svc>)
+L<FS::qual> - Service qualification class
+
+L<FS::qual_option> - Qualification option class
+
L<FS::reg_code> - One-time registration codes
L<FS::reg_code_pkg> - Class linking registration codes (see L<FS::reg_code>) with package definitions (see L<FS::part_pkg>)