X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fagent_pkg_class.pm;h=5c5c3f7ede2e0a3c76ee748142c5668f83e966ae;hp=1683c1a14451d9486a3e32cb722f733abac61c1a;hb=dc797c21faf993cec12ae92c190043c4f8bb2ab2;hpb=c38cbda56530785527927471a3ecee56a71c7a13 diff --git a/FS/FS/agent_pkg_class.pm b/FS/FS/agent_pkg_class.pm index 1683c1a14..5c5c3f7ed 100644 --- a/FS/FS/agent_pkg_class.pm +++ b/FS/FS/agent_pkg_class.pm @@ -1,8 +1,10 @@ package FS::agent_pkg_class; +use base qw( FS::Record ); use strict; -use base qw( FS::Record ); -use FS::Record qw( qsearch qsearchs ); +#use FS::Record qw( qsearch qsearchs ); +use FS::agent; +use FS::pkg_class; =head1 NAME @@ -25,7 +27,7 @@ FS::agent_pkg_class - Object methods for agent_pkg_class records =head1 DESCRIPTION -An FS::agent_pkg_class object represents an commission for a specific agent +An FS::agent_pkg_class object represents a commission for a specific agent and package class. FS::agent_pkg_class inherits from FS::Record. The following fields are currently supported: @@ -109,7 +111,7 @@ sub check { =head1 SEE ALSO -L, schema.html from the base documentation. +L, L, L. =cut