diff options
| author | Brian Medley <bpm@snafu.org> | 2012-04-20 11:48:50 -0500 |
|---|---|---|
| committer | Brian Medley <bpm@snafu.org> | 2012-04-20 12:05:27 -0500 |
| commit | f232ab43d46ece5e2025787c1f1f223c803f8691 (patch) | |
| tree | 0b9d986778f90e019223cfc38c502e50f90d9c92 | |
| parent | a1e10e63935c5e561252b1defe4e16688ba54b4d (diff) | |
remove whitespace, #17319
| -rw-r--r-- | FS/FS/part_event/Action/cust_bill_fee_greater_percent_or_flat.pm | 2 |
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); } |
