normalize spacing on HEAD vs 2.1
authorivan <ivan>
Sat, 5 Feb 2011 03:53:38 +0000 (03:53 +0000)
committerivan <ivan>
Sat, 5 Feb 2011 03:53:38 +0000 (03:53 +0000)
FS/FS/cust_bill.pm

index 9685b38..9d7f45b 100644 (file)
@@ -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 );
     }
   }