summaryrefslogtreecommitdiff
path: root/FS/FS.pm
diff options
context:
space:
mode:
authorivan <ivan>2004-10-26 11:26:35 +0000
committerivan <ivan>2004-10-26 11:26:35 +0000
commit6fe8172b11d0369d0b1274d6825ec0c57afe8001 (patch)
tree0d6c9abe6b7f9a14c40db8c4360849a5aa583077 /FS/FS.pm
parent717d562bcfb691d971a01b738d0b55cdda480cf0 (diff)
modular price plans!
Diffstat (limited to 'FS/FS.pm')
-rw-r--r--FS/FS.pm16
1 files changed, 8 insertions, 8 deletions
diff --git a/FS/FS.pm b/FS/FS.pm
index c6ce761e1..a6e3d74af 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -81,23 +81,23 @@ L<FS::part_export> - External provisioning export class
L<FS::part_export_option> - Export option class
-L<FS::part_pkg> - Package (billing item) definition class
+L<FS::part_pkg> - Package definition class
-L<FS::pkg_svc> - Class linking package (billing item)
-definitions (see L<FS::part_pkg>) with service definitions
-(see L<FS::part_svc>)
+L<FS::part_pkg_option> - Package definition option class
+
+L<FS::pkg_svc> - Class linking package definitions (see L<FS::part_pkg>) with
+service definitions (see L<FS::part_svc>)
L<FS::agent> - Agent (reseller) class
L<FS::agent_type> - Agent type class
-L<FS::type_pkgs> - Class linking agent types (see
-L<FS::agent_type>) with package (billing item) definitions
-(see L<FS::part_pkg>)
+L<FS::type_pkgs> - Class linking agent types (see L<FS::agent_type>) with
+package definitions (see L<FS::part_pkg>)
L<FS::cust_svc> - Service class
-L<FS::cust_pkg> - Package (billing item) class
+L<FS::cust_pkg> - Customer package class
L<FS::cust_main> - Customer class