71696: OFM Request for additional action on Billing Events [msgclass limit, v4+ only]
[freeside.git] / FS / FS / part_event / Action / cust_bill_fee_greater_percent_or_flat.pm
index 13f886a..558f5cd 100644 (file)
@@ -29,7 +29,7 @@ sub _calc_fee {
   my $num = $flat_fee - $percent;
   if ($num == 0) {
     return($percent);
-  } 
+  }
   elsif ($num > 0) {
     return($flat_fee);
   }