Merge branch 'patch-9' of https://github.com/gjones2/Freeside (#13854 as this bug...
[freeside.git] / FS / FS / part_event / Action / pkg_agent_credit_pkg_class.pm
1 package FS::part_event::Action::pkg_agent_credit_pkg_class;
2
3 use strict;
4 use base qw( FS::part_event::Action::Mixin::credit_agent_pkg_class
5              FS::part_event::Action::pkg_agent_credit );
6
7 sub description { 'Credit the agent an amount based on their commission percentage for the referred package class'; }
8
9 1;