diff options
author | ivan <ivan> | 2007-07-02 00:15:35 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-07-02 00:15:35 +0000 |
commit | d9e29dd4b1c51fa8341e3e965cd68ef6a95605af (patch) | |
tree | 79441eb0fdac5ef5ea28535e1d1e8c08b75b5256 | |
parent | 2a82b39e38078e203a5429b67de5b1fe08670bc7 (diff) |
missing method name in docs
-rw-r--r-- | FS/FS/cust_pkg.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm index 45a5380aa..f2b0395c6 100644 --- a/FS/FS/cust_pkg.pm +++ b/FS/FS/cust_pkg.pm @@ -908,7 +908,7 @@ sub available_part_svc { $self->part_pkg->pkg_svc; } -=item +=item part_svc Returns a list of FS::part_svc objects representing provisioned and available services included in this package. Each FS::part_svc object also has the |