import torrus 1.0.9
[freeside.git] / FS / FS / part_event / Action / pkg_employee_credit_pkg.pm
1 package FS::part_event::Action::pkg_employee_credit_pkg;
2
3 use strict;
4 use base qw( FS::part_event::Action::Mixin::credit_pkg
5              FS::part_event::Action::pkg_employee_credit );
6
7 sub description { 'Credit the ordering employee an amount based on the referred package'; }
8
9 1;