From dc797c21faf993cec12ae92c190043c4f8bb2ab2 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 18 Aug 2013 16:09:39 -0700 Subject: continue sales person work: customer and package selection, commissions, reporting. RT#23402 --- FS/FS/agent_pkg_class.pm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'FS/FS/agent_pkg_class.pm') diff --git a/FS/FS/agent_pkg_class.pm b/FS/FS/agent_pkg_class.pm index 1683c1a..5c5c3f7 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 -- cgit v1.1