diff options
author | ivan <ivan> | 1999-08-04 11:50:41 +0000 |
---|---|---|
committer | ivan <ivan> | 1999-08-04 11:50:41 +0000 |
commit | 52ba6db7b5930e9fda318a87ee00977fd12207db (patch) | |
tree | fae7400c798287061606d56bcf10d8cf742172d8 | |
parent | 263f3ca6d5572cc855760147ec09477b759f5c1e (diff) |
pod syntax
-rw-r--r-- | FS/FS/cust_pkg.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm index c31340d2f..2de664b5c 100644 --- a/FS/FS/cust_pkg.pm +++ b/FS/FS/cust_pkg.pm @@ -351,7 +351,7 @@ sub unsuspend { =item part_pkg Returns the definition for this billing item, as an FS::part_pkg object (see -L<FS::part_pkg). +L<FS::part_pkg>). =cut @@ -490,7 +490,7 @@ sub order { =head1 VERSION -$Id: cust_pkg.pm,v 1.1 1999-08-04 09:03:53 ivan Exp $ +$Id: cust_pkg.pm,v 1.2 1999-08-04 11:50:41 ivan Exp $ =head1 BUGS |