From: ivan Date: Sat, 5 Feb 2011 03:53:38 +0000 (+0000) Subject: normalize spacing on HEAD vs 2.1 X-Git-Tag: freeside_2_3_0~651 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=20c454efe308234d18db11b48d7e74ddaacfe115;hp=8b55224b63a4dc7bf99885fbfedcd444f6d6dfea normalize spacing on HEAD vs 2.1 --- 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 ); } }