summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2011-02-05 03:53:38 +0000
committerivan <ivan>2011-02-05 03:53:38 +0000
commit20c454efe308234d18db11b48d7e74ddaacfe115 (patch)
tree0ca93c09892b0c2055e904fe498aa29ac5a84476
parent8b55224b63a4dc7bf99885fbfedcd444f6d6dfea (diff)
normalize spacing on HEAD vs 2.1
-rw-r--r--FS/FS/cust_bill.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index 9685b3891..9d7f45b02 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -4437,7 +4437,7 @@ sub _items_cust_bill_pkg {
$_->{amount} =~ s/^\-0\.00$/0.00/;
$_->{unit_amount} = sprintf( "%.2f", $_->{unit_amount} ),
push @b, { %$_ }
- unless ( $_->{amount} == 0 && !$discount_show_always );
+ unless ( $_->{amount} == 0 && !$discount_show_always );
}
}