From: ivan Date: Sat, 5 Mar 2011 20:44:16 +0000 (+0000) Subject: fix missing invoice details (RT#11561), but will this cause them to show up when... X-Git-Tag: freeside_2_3_0~528 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=2266fd6cfc6c9a0e88cf62c0567713dc9db26436;hp=bd4cf157ffed8f1191724c1975866c3d21fb30df fix missing invoice details (RT#11561), but will this cause them to show up when they shouldn't? --- 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;