summaryrefslogtreecommitdiff
path: root/FS/FS/part_event/Action/pkg_employee_credit_pkg.pm
blob: e3b867fb29250646977ae89715ad30fed02469ec (plain)
1
2
3
4
5
6
7
8
9
package FS::part_event::Action::pkg_employee_credit_pkg;

use strict;
use base qw( FS::part_event::Action::Mixin::credit_pkg
             FS::part_event::Action::pkg_employee_credit );

sub description { 'Credit the ordering employee an amount based on the referred package'; }

1;