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

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

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

1;