X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FAction%2Fpkg_agent_credit_pkg_class.pm;h=92c15562700001825d9bc9be42af238309dc3cf9;hb=55de788f065cebc8273bcc52befb82cec9eff129;hp=3dcf668f903ab9643354e2aed9a720a342cc6b31;hpb=7c9457296c5dd8985eda5a8325ba1254223ec953;p=freeside.git diff --git a/FS/FS/part_event/Action/pkg_agent_credit_pkg_class.pm b/FS/FS/part_event/Action/pkg_agent_credit_pkg_class.pm index 3dcf668f9..92c155627 100644 --- a/FS/FS/part_event/Action/pkg_agent_credit_pkg_class.pm +++ b/FS/FS/part_event/Action/pkg_agent_credit_pkg_class.pm @@ -1,7 +1,8 @@ package FS::part_event::Action::pkg_agent_credit_pkg_class; use strict; -use base qw( FS::part_event::Action::Mixin::credit_agent_pkg_class +use base qw( FS::part_event::Action::Mixin::credit_pkg + FS::part_event::Action::Mixin::credit_agent_pkg_class FS::part_event::Action::pkg_agent_credit ); sub description { 'Credit the agent an amount based on their commission percentage for the referred package class'; }