diff options
author | ivan <ivan> | 2007-07-02 00:15:58 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-07-02 00:15:58 +0000 |
commit | 9a64d31196e0b2baa786dd1867a593805f0b6cf8 (patch) | |
tree | 1b7f14806aaac069cff2e1854caa4a62690896cd | |
parent | a493af365018d8730a7011458fdfffce2124aef2 (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 |