summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Medley <bpm@snafu.org>2012-04-20 11:48:50 -0500
committerBrian Medley <bpm@snafu.org>2012-04-20 12:05:27 -0500
commitf232ab43d46ece5e2025787c1f1f223c803f8691 (patch)
tree0b9d986778f90e019223cfc38c502e50f90d9c92
parenta1e10e63935c5e561252b1defe4e16688ba54b4d (diff)
remove whitespace, #17319
-rw-r--r--FS/FS/part_event/Action/cust_bill_fee_greater_percent_or_flat.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_event/Action/cust_bill_fee_greater_percent_or_flat.pm b/FS/FS/part_event/Action/cust_bill_fee_greater_percent_or_flat.pm
index 13f886ab1..558f5cdf2 100644
--- a/FS/FS/part_event/Action/cust_bill_fee_greater_percent_or_flat.pm
+++ b/FS/FS/part_event/Action/cust_bill_fee_greater_percent_or_flat.pm
@@ -29,7 +29,7 @@ sub _calc_fee {
my $num = $flat_fee - $percent;
if ($num == 0) {
return($percent);
- }
+ }
elsif ($num > 0) {
return($flat_fee);
}