Revert "RT# 77964 - fixed so deferring date now works when waive setup fee is set"
[freeside.git] / FS / FS / part_event / Action / pkg_referral_credit_pkg.pm
1 package FS::part_event::Action::pkg_referral_credit_pkg;
2
3 use strict;
4 use base qw( FS::part_event::Action::Mixin::credit_pkg
5              FS::part_event::Action::pkg_referral_credit );
6
7 sub description { 'Credit the referring customer an amount based on the referred package'; }
8
9 1;