3dcf668f903ab9643354e2aed9a720a342cc6b31
[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;