diff options
author | ivan <ivan> | 2011-02-05 03:54:04 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-02-05 03:54:04 +0000 |
commit | 1ebba743dc56628fc5c040cde039cc0a0bfdb176 (patch) | |
tree | e9b87eeea1e4bf77f295f28e8aeba22b8e453326 /FS | |
parent | 3115a1d9400ebf270ad6604b2dce92cc355d0cb8 (diff) |
normalize spacing on HEAD vs 2.1
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_bill.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 110419f4d..0bfb98547 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -4206,7 +4206,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 ); $_ = undef; } } @@ -4406,7 +4406,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 ); } } |