suspend event option to skip packages with a start_date, RT#83847
[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_pkg
5              FS::part_event::Action::Mixin::credit_agent_pkg_class
6              FS::part_event::Action::pkg_agent_credit );
7
8 sub description { 'Credit the agent an amount based on their commission percentage for the referred package class'; }
9
10 1;