Adding line 246 "edit global pockage definitions costs" back in
[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);
   }