From 27d8db899a726117329d45af3af149e881856bac Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 5 Mar 2011 20:44:17 +0000 Subject: [PATCH] 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 9cce591d4..ef0a2984e 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -4523,7 +4523,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