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=bb7e827141c9ed68f30765c9ca2ddcd1d760ad2d;hp=3dcf668f903ab9643354e2aed9a720a342cc6b31;hpb=0af38652da3b3be7da2d35b048285ef6f2194e1a;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'; }