add option to disable late fee taxes
[freeside.git] / FS / FS / part_event / Action / pkg_referral_credit_pkg.pm
index 08cf9a8..eb9b510 100644 (file)
@@ -38,6 +38,7 @@ sub _calc_referral_credit {
 
   my $what = $self->option('what');
 
+  #false laziness w/Condition/cust_payments_pkg.pm
   if ( $what eq 'base_recur_permonth' ) { #huh.  yuck.
     if ( $part_pkg->freq !~ /^\d+$/ ) {
       die 'WARNING: Not crediting customer '. $cust_main->referral_custnum.