sales commission events on invoices, #25847
[freeside.git] / FS / FS / part_event / Action / pkg_sales_credit_pkg.pm
1 package FS::part_event::Action::pkg_sales_credit_pkg;
2
3 # yes, they must be in this order
4 use base qw( FS::part_event::Action::Mixin::pkg_sales_credit
5              FS::part_event::Action::Mixin::credit_pkg
6              FS::part_event::Action::pkg_sales_credit );
7
8 sub description { 'Credit the package sales person an amount based on the referred package'; }
9
10 1;