From 2266fd6cfc6c9a0e88cf62c0567713dc9db26436 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 5 Mar 2011 20:44:16 +0000 Subject: [PATCH 1/1] fix missing invoice details (RT#11561), but will this cause them to show up when they shouldn't? --- FS/FS/cust_bill.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0