X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_bill.pm;h=2c58a988dce1e60917f019d3dbfee9a5a7c0afdb;hp=76727488a485bdfa3facdce9464bfbcdf478cfbc;hb=2266fd6cfc6c9a0e88cf62c0567713dc9db26436;hpb=bd4cf157ffed8f1191724c1975866c3d21fb30df diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 76727488a..2c58a988d 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -4554,7 +4554,7 @@ sub _items_cust_bill_pkg { if $DEBUG > 1; push @d, $cust_bill_pkg->details(%details_opt) - unless ($is_summary || $type && $type eq 'R'); + unless $is_summary; # || ($type && $type eq 'R'); warn "$me _items_cust_bill_pkg calculating amount\n" if $DEBUG > 1;