X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=site_perl%2Fpart_pkg.pm;h=4b6cc09a41ed75a4bc80d48ce094f9d61b4ab493;hp=82c7aec28b821d36405ad3913dd9837f841334c4;hb=7613e14fd13aabb2a44bb26ca8640053f44930ea;hpb=1f2d8690193476319d61b20b78461eb1a3ff106e diff --git a/site_perl/part_pkg.pm b/site_perl/part_pkg.pm index 82c7aec28..4b6cc09a4 100644 --- a/site_perl/part_pkg.pm +++ b/site_perl/part_pkg.pm @@ -29,8 +29,8 @@ FS::part_pkg - Object methods for part_pkg objects =head1 DESCRIPTION -An FS::part_pkg represents a billing item definition. FS::part_pkg inherits -from FS::Record. The following fields are currently supported: +An FS::part_pkg object represents a billing item definition. FS::part_pkg +inherits from FS::Record. The following fields are currently supported: =over 4 @@ -129,10 +129,12 @@ sub check { =head1 VERSION -$Id: part_pkg.pm,v 1.4 1998-12-29 11:59:48 ivan Exp $ +$Id: part_pkg.pm,v 1.5 1998-12-31 01:04:16 ivan Exp $ =head1 BUGS +It doesn't properly override FS::Record yet. + The delete method is unimplemented. setup and recur semantics are not yet defined (and are implemented in @@ -150,8 +152,8 @@ ivan@sisd.com 97-dec-5 pod ivan@sisd.com 98-sep-21 $Log: part_pkg.pm,v $ -Revision 1.4 1998-12-29 11:59:48 ivan -mostly properly OO, some work still to be done with svc_ stuff +Revision 1.5 1998-12-31 01:04:16 ivan +doc Revision 1.3 1998/11/15 13:00:15 ivan bugfix in clone method, clone method doc clarification